The following steps should be followed to run SOAP requests within Postman.


1. Create a new Postman request.

2. First set the request to POST and the endpoint to: http://localhost:8733/BasicHttpQuotesRouterService

3. Set the Headers for the request to the following:

4. Select Body and check select the raw radio-button and set the format to XML (text/xml).

5. Enter the request into the body with the valid package information.

6. Click Send. This will return a XML response.