How to test my SOAP outbound integration with 3rd party tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 10:31 AM
Here I need to send request from SN to testing tool and get response back in SN
Which tool can support this outbound integration from servicenow
I am trying in SOAP UI but in that I am not able to find the Endpoint for adding in servicenow soap message
can anyone please help me on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 10:38 AM
Hi @Snow113 ,
You can test it via Postman as well, can you please specify why you need the endpoints.
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 11:01 AM - edited 07-18-2023 11:02 AM
I use to create SOAP message in servicenow and there is an option to test after creating SOAP Message Function. This SOAP message can be called through BR Scripts for making outbound calls from Servicenow.
After creating the SOAP message you need to create the SOAP message function using the 3rd Party WSDL
In the SOAP message function you find the test Action to verify the response, this is better approach than external tools to testing. You can review the request and responses and troubleshoot if any errors.
If this solution helps mark helpful.