Is there an easy way in BizTalk 2006 R2 to view the XML sent over the SOAP send port?

It seems like I should be able to get this through the HAT or something, but I can't seem to find where it would be. Basically I have a business partner asking me to submit an XML that I submit for troubleshooting. Any ideas? It looks like this shouldn't be a problem.

+2


a source to share


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







All Articles