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