Starting Servoy Web Clients

Servoy Web Clients run in a browser and can be started by accessing a URL on the Servoy Application Server.

<serverUrl>/servoy-webclient
<serverUrl>/servoy-client/ss/s/mySolutionName
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName
<serverUrl>/servoy-client/ss/s/mySolutionName/a/value
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName/a/value
<serverUrl>/servoy-client/ss/s/mySolutionName/a/value/name1/value1/name2/value2
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName/a/value/name1/value1/name2/value2

The Web Client urls above use the short syntax. Instead of using the short syntax, the following mapping allows using the longer syntax:

  • ss > solutions
  • s > solution
  • m > method
  • a > argument