SOAP debugging

In a way similar to REST messages, SOAP messages are very important when integrating with other systems. It can be necessary to find out when messages have been received and what exact message came into the instance.

To debug SOAP messages, we need to add a system property, or amend it if it was previously added. The system property that needs to be added is glide.processor.debug.SOAPProcessor and the Value needs to be set to true.

Let's see a completed example of this system property:

Figure 9.17: System property glide.processor.debug.SOAPProcessor

The example shows the system property that needs to be created for debugging ...

Get Mastering ServiceNow Scripting now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.