Loop is undoing changes to messages

Home Page Forums BizTalk 2004 – BizTalk 2010 Loop is undoing changes to messages

Viewing 1 reply thread
  • Author
    Posts
    • #22596

      I’m changing a message within a Loop using a message assignment, with a command as stated below:

      xpath(message, “xpath comand string”)=intResultFromOtherXpath

      after doing this my message has changed.

      Now this is the strange part. Everytime the loop goes back to the top the message is back to its original state, as if the command I wrote above had never been executed.

      Thanks in advance.

       

      P.S.: I’ve got to have this working by tommorow at midnight…

    • #22607

      Are you using message assignment.

      My understanding is that you must do changes on the message assignment shape. You will have to have message = $$$$$something$$$$$

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