Testing Services deployed on Server

Once deployed, the service endpoint starts receiving requests so you can invoke it directly.

[Important]Important

Note that there is no ‘simulation’ mode available, incoming request will execute the live logic of the service.

From generated documentation

The automatically generated documentation of the service contains a Try it out button, which shows the web UI to test the service and will reflect required parameters and after invocation will parse the response and show all headers and status code returned.

If you want to simplify testing of the service for your endpoint consumers, it is advisable to include example input payloads or combination of parameters in the Documentation section of your service.

Testing using curl or wget

For quick and dirty tests, you can invoke the endpoint using curl or wget utilities.

The auto-generated documentation actually displays the correct curl command-line syntax after you test it using the ‘Try it out’ button.