Home Page › Forums › BizTalk 2004 – BizTalk 2010 › soap attachment › Re: soap attachment
January 22, 2010 at 1:34 PM
#24117
You can use the xpath function to assign a value to a node:
xpath(Message, “/*[local-name()=’Message’]/*[local-name()=’message’]”) = ConvertXmltoBase64(XmlDocument secondXml);