Re: xPath and distinguished fields not working

Home Page Forums BizTalk 2004 – BizTalk 2010 xPath and distinguished fields not working Re: xPath and distinguished fields not working

#23268

Hi,

 

   To initialize your message, declare a variable of type XmlDocument and load it with XML contents that conform to the schema of your message, let’s say something like the following (this is generic, by the way):

 

<ns0:TopNode xmlns:ns0=”Namespace”>
    <ns0:Element1>SomeValue</ns0:Element1>
</ns0:TopNode>

 

  Then assign that variable to your message in a Message Assignment shape to initialize your message.