Biztalk and webservice

Home Page Forums BizTalk 2004 – BizTalk 2010 Biztalk and webservice

Viewing 1 reply thread
  • Author
    Posts
    • #22932

      Am tryign to consume a webservice in biztalk orchestration, where in the webmethod expects 3 input parameters of complex type. All 3 input gets transformed to message parts. So the message parts has to be constructed seperately.

      after constructing, i don’t see the complete message going out as webservice request. only one message part is seen at the webervice request send port.

      the other 2 message parts is formed and they can be printed to event log seperately.

      the 2 message parts which are missing have embeded array type.

      Any work around to be done while handlingwebserice with complex type multipart message in biztalk orchestration

    • #22977

      It has been a long time since I’ve worked with Array inside BizTalk.  Support has been getting better for them… but I don’t think you can have more than one Complex Types as input for a web service call.

      One work around would be to make the Web Service call in the .Net Helper class that you call from the Orchestration.  Basically just wrap the call.  This would remove the retry logic of using the Adapter though.

      Hope this helps.

      Stephen W. Thomas

       

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