Web Services
Follow the steps below when selecting Web Service as the application type:
Click on the Create Repository and select Web Services as application.

Click Select dropdown and choose required method from the dropdown, click on Append checkbox
Notes:
1. Without clicking on Append checkbox we cannot specify the endpoint URL and fetch the response from the API.

Specify the end point URL for the chosen method

Provide Header and Body (If POST or PUT method has selected), click on Save and 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 WebService by clicking on Body tab.

Validate the response by clicking on the Header section beside the Body tab

Last updated
Was this helpful?