Once deployed, the service endpoint starts receiving requests so you can invoke it directly.
Important | |
---|---|
Note that there is no ‘simulation’ mode available, incoming request will execute the live logic of the service. |
The automatically generated documentation of the service contains a
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.
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.