Home Page › Forums › BizTalk 2004 – BizTalk 2010 › xPath and distinguished fields not working › Re: xPath and distinguished fields not working
February 22, 2010 at 11:59 AM
#24267
Hi
For those who are getting there XML from a stored procedure , they might have used
Select XYZ FROM XYZ FOR XML AUTO, ELEMENTS , XMLDATA
to generate the XML output for the SQL stored procedure to return value
Dont forget to comment XMLDATA in the stored procedure to solve this problem in cause ur using SP