How do I link directly to a solution?

You can use a URL with parameters, or by folder directory.  2 examples below

Servoy Webclient:
http://localhost:8080/servoy-webclient/solutions/solution/solutionName

Servoy Smart Client:
 http://localhost:8080/servoy-client/servoy_client.jnlp?solution=solutionName

 

You can also open a solution, and run a specific method, and pass parameters. This example shows how to do it in Web Client. Replace servoy-webclient with servoy-client to use the Smart Client.

 http://localhost:8080/servoy-webclient/solutions/solution/solutionName/method/methodName/argument/argumentValue

Comments

Very useful information

Hi Scott,

This is very useful information, but I didn't find it in the 3.5 manuals.

And also the following should work:

http://localhost:8080/servoy-webclient/ss/s/solutionName/m/methodName/a/argumentValue

And the difference with smart client is also that smart client can have several arguments en webclient can only have 1 argument

Regards,

Martin

Post new comment