How to test my SOAP outbound integration with 3rd party tool

Snow113
Tera Contributor

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 

2 REPLIES 2

Satish Rana1
Tera Contributor

Hi @Snow113 ,

 

You can test it via Postman as well, can you please specify why you need the endpoints.

 

Thank you

Prabu Velayutha
Mega Sage
Mega Sage

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.

PrabuVelayutha_0-1689703189393.png

After creating the SOAP message you need to create the SOAP message function using the 3rd Party WSDL

 

PrabuVelayutha_1-1689703287444.pngPrabuVelayutha_2-1689703342085.png

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.