You can also import SOAP requests directly using the WSDL. See the import guide to get started.
Create your first SOAP request
Create a New Request
Click the API Client in the left sidebar, then click the 
+ New button to create a new request. Select a standard HTTP request since SOAP works over HTTP.
Enter the SOAP Endpoint
Add your SOAP service endpoint URL and set the method to POST. Example endpoint:

Add XML Body
Go to the Body tab, select raw, and choose XML format. Paste your SOAP request body:
Your request must include the required SOAP structure such as Envelope and Body, along with proper namespaces.

What’s Next?
Add Authorization
Secure your SOAP requests with API keys or tokens
Use Variables
Make your SOAP requests dynamic with variables
Organize in Collections
Group related SOAP requests together



