Is there an easy way in BizTalk 2006 R2 to view the XML sent over the SOAP send port?
1 answer
Yes. HAT is the answer. But to go to a message in the HAT, you need to enable message tracking in the Send Port. By default, message bodies are not tracked. If he wants to see what is being sent to him as SOAP, be sure to monitor the message body after the pipeline has been processed.
To get a message in the HAT, locate the message instance and tell it to save the saved messages by right-clicking on the item. It will provide you with some privacy warnings and then prompt for a location to save the message. The saved messages will consist of an .out file with the message body and an XML file with the context data.
+3
a source to share