invalid xml document error.

Home Page Forums BizTalk 2004 – BizTalk 2010 invalid xml document error.

Viewing 1 reply thread
  • Author
    Posts
    • #21746

      Hi,

         I’m using message Assignment to assign a promoted property of one message from the second message’s property. I’m doing this by using expression -msg1.Title = xpath(msg2,@”/*/book[1]/title”).

      I’m getting invalid xml document error. Can you please let me know, what am I doing wrong.

      thanks,

       

    • #21748

      Does the element represented by the distinguished field “Title” exist in Msg1

      When you construct Msg1 you must ensure that any element or attribute that you wish to assign a value to must exist. The Xpath function and property assignment functions will not create an element in a message, only populate an existing element.  

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.