Web Services
When selecting Webservice as application type follow the steps below,
Click Select dropdown and choose required method from the dropdown, click on Append checkbox
Note: without clicking on Append checkbox we cannot specify the endpoint URL and fetch the response from the API
Operation field is used to include any logic to be performed while fetching the response like conversions etc.
For example, select GET method from the dropdown to fetch response.
Specify the end point URL for the chosen method, click Send button.
User will get toast message saying Successfully fetched data
Navigate to Response tab on the top pane and check the data fetched from API by clicking on Body tab
Validate the response by clicking on the header section beside the Body tab
Last updated