Re: Xpath to assign value to element giving Biztalk error – PLease help

Home Page Forums BizTalk 2004 – BizTalk 2010 Xpath to assign value to element giving Biztalk error – PLease help Re: Xpath to assign value to element giving Biztalk error – PLease help

#24233

hi,

I think your Xpath request is not valid maybe du to the namespace.

Try the following Request :

xpath(NewBlx856FFMessageCopy.MessagePart,”//Root/Value”))=System.Convert.ToString(This856);

or

xpath(NewBlx856FFMessageCopy.MessagePart,”/*[local-name()=’Root’ and namespace-uri()=’http://Blx856Outbound.Blx856FF‘/*[local-name()=’Value’ and namespace-uri()=”]”)=System.Convert.ToString(This856);