ServiceNow Integration

ShiningStar1
Tera Contributor

Hi Team,

 

I am getting the error in SOAP integration as HTTPS 500 . Can you please help how do i resolve this. Error message attached.

3 REPLIES 3

Peter Bodelier
Giga Sage

Hi @ShiningStar1 

 

An internal server error means that the error is on the server side. Your code may be calling the service exactly correctly, or you may be passing a parameter that the server doesn't know how to process (but the server code isn't smart enough to tell you so).

Without knowing more about the server and what it expects, it isn't possible to diagnose the issue.

That said, it's possible that your soap envelope is the issue. Are you sure you've entered the correct content?


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

ShiningStar1
Tera Contributor

Hi @Peter Bodelier,

 Thank you for your reply. So basically, integration is built to create request in ServiceNow from 3rd party (Remedy Tool). I did not understand how to troubleshoot the issue with SOAP envelope. Yes, all details entered is correct from our end and it was working all fine till today morning. If possible, kindly help me with the troubleshooting steps.

Hi @ShiningStar1 

 

If nothing has changed on your side, then something may have changed on the other end, which needs to be resolved, or your message needs to be changed to follow the change there.

 

To troubleshoot this, please follow this article:

 

Debugging inbound and outbound SOAP integrations - ServiceNow Community


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.