web service response message as multi-part message

Home Page Forums BizTalk 2004 – BizTalk 2010 web service response message as multi-part message

Viewing 1 reply thread
  • Author
    Posts
    • #15584

      I am running into an issue where a web service is returning four message parts returned in the response schema however when I attempt to send the response message to a send port bound to a file adapter the message that is generated is only the first message part and not the entire response message. 

      I've come up with a small helper class to combine the parts into one message since all are xml based but is there a more elegant way around this? 

       

    • #15617

      I can’t think of a better way. 

       

      The file adapter only supports a single message part, as you can see.

       

      Guess you could use a map that takes the multi parts as input and gives you a single message out. 

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