Home Page › Forums › BizTalk 2004 – BizTalk 2010 › SOAP message › Re: SOAP message
September 18, 2008 at 1:18 PM
#20771
If your distinguished fields are coming up empty, I would suspect that either those fields in the XML are empty, or the whole message is empty. Try writing out the message somewhere like to a file or the debug console. If the message is empty, then that means your xpath is probably not working in BizTalk. Sometimes you can get an xpath working in the tool, but then when you run it in BizTalk it doesn’t work because the incoming message gets transformed or modified somehow. If the incoming file is being modified, you would need to write it out somewhere, and then load it up in the tool and test the xpath on it.