Non-web application like a plugin on user's pc

Any way to build that tool using the LINX studio? Build a windows client and connect to the server via REST API or SOAP.
To upload file or message via the client to the LINX server for further processing
Similar to spring boot non-web application

Please describe your scenario in bit more detail. It’s not clear what you want to do and where you see Linx fitting in.

Hi Kegler,

If I understand correctly, you want to access Linx from an Application using SOAP or REST. That is completely possible. There are 3 ways to do this:

  1. Use the built in “Expose as Service” option on a process.

  2. Create a REST Service: REST WebService Hello World Example

  3. Create a SOAP Service: SOAP WebService Hello World Example

Please let me know if this is what you’re looking for.

Best regards,
Dawie

1 Like

Hi Dawie

Yes, you got me there but thats the server side. On the user side i need to build a windows application to access that webservice. I need to have automation from user pc. i.e. automated file upload to server