Home Page › Forums › BizTalk 2004 – BizTalk 2010 › SOAP message › Re: SOAP message
September 18, 2008 at 2:33 PM
#20773
What are you extracting with distinguished fields? Is it data from your message, or are you trying to use the distinguished fields to extract the messages from the SOAP envelope? Distinguished fields are just canned xpath statements, so they can come up empty if you use them on an invalid message. Make sure your message is valid by writing it out to a file, and then validating it against your schema. If it is valid, then maybe it’s a problem with the fields themselves. Try un-distinguishing the fields and then re-distinguishing them.