Versions Compared

Key

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

...

You can now call your endpoint from Aptify SOA. Here are the settings that would be used for the sample controller shown in the example above:

Sample Endpoint

Headers

No header required for this sample since the Require Authentication option is not checked. 

...

ParameterQuery Param?DescriptionExample
param1YesThis parameter is send as response to usertest

...

Code Block
titleSample URI
Code Block
https://<service base>/ParamDemo/test
Code Block
titleSample Response Data

...

code
Parameter with value:test

...