Home Page › Forums › BizTalk 2004 – BizTalk 2010 › xpath in orchestration – Problem › Re: xpath in orchestration – Problem
September 12, 2006 at 7:30 AM
#15661
Have you tried writing a simple.net app to try to xpath out the data? If your expression is wrong, that can usually help catch it (using SelectSingleNode).
Might want to open the schema up inside BizTalk and view the node’s xpath expression in the editor. That might point out an error as well.
Also, double check namespaces since they play a key role in xpath inside BizTalk.