Need direction on best way to call web service and handle responses in Orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 Need direction on best way to call web service and handle responses in Orchestration

Viewing 1 reply thread
  • Author
    Posts
    • #24814

      Hi, don’t get to use BizTalk much and would like some suggestions on the best way to handle an interface I am developing in BizTalk.

      I have to call a web service which it’s request and response are strings. Therefore I will be receving an XML doc. Assigning the OuterXML to the web request string and then receive a response.

      When I convert to string in an Assign shape the special characters eg. & are saved as such. Whereas I need it saved as &

      Question 1:  Is there something in BizTalk that does this without having to write a function to convert.

      When receiving the response I could receive two different schemas each with it’s own XSD.

      Question 2: As it’s a string what would be the best way to assign the correct schema. Can I use Multipart message or am I going to the wrong track. Even though the response is a string can I set the message to the mulitpart?

      Thank you and best regards,

      Rob

    • #24825

      Did you figure this out?  Or are you waiting on a reply still?

      • #24828

         

        I ended up just combining my schemas into one and as for the special characters, I’ll just use replace on the string for each character. I think there’s around six.

        Thanks for your reply,

        regards, Rob

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