Child pages
  • Web Client

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleSpecify the method to execute & startup argument
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName/a/value
{code:title=Specify the startup argument & named arguments}<serverUrl>/servoy-client/ss/s/mySolutionName/a/value/name1/value1/name2/value2
Code Block
titleSpecify the method to execute, the startup argument & named arguments
<serverUrl>/servoy-client/ss/s/mySolutionName /m/myMethodName/a/value/name1/value1/name2/value2
Note
titleShort vs. long syntax

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