Debugging web services in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2015 03:11 PM
During development of integrations, it is frustrating to see your web service request is failing for reasons unknown. You would like to see what is going under wraps to get better idea of whats going on. ServiceNow provides different flavors of web services (inbound, outbound)(REST,SOAP).
How do we know what is going on with my request. how are headers coming through. what is the request body like and what are responses generated.
Are there any limitations
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2016 05:42 PM
thank you Venkt.how to turn on these properties ? same system logs ? Also how to ensure that the response object sends the incident number to the external system that made the soap inbound webserivce request?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2016 11:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2016 12:13 AM
->Also how to ensure that the response object sends the incident number to the external system that made the soap inbound webserivce request?
If you use a Web Service Import Set - the incident number will be returned
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2016 06:20 AM
@Tony as per the documentation the messages are not showing for incoming soap envelope in the system log. ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2017 11:46 AM
To debug outbound http requests in Istanbul checkout the new outbound request logging.
Outbound Web Services Logging in Detail