assign values from message of type xml document to message of different type

Home Page Forums BizTalk 2004 – BizTalk 2010 assign values from message of type xml document to message of different type

Viewing 1 reply thread
  • Author
    Posts
    • #21681

      I’m getting input message as xml document to my orchestration. I’m trying to construct a message of different schema type by assigning some values from the input xml document.

      I tried this using message assignment shape and I’m getting use of unconstructed message error.

      What is the best way to assign values from message of type xml document  to message of different type  .

      thanks in advance,

      Bobby

    • #21688

      Steps To Solve your Issue…

      1) From your inputted message get the xml in the xmlDocument Variable (you can also take help of   helper class to get XML from message), in Expression Shap.

      2) Then in construction message assign xmlDocument Variable to your unconstructed message.

      • #21694

        will this work if the input xml has differenct schema namespace when compared with message being constructed

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