<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<tns:GetAllCustomers />
</soap:Body>
When I add it as a web reference in BizTalk, it appears as a Multi Part
Message type with nothing inside it. I defined a message WSRequest which
points to this.
So I have a few questions
1. In my orchestration, I have a Send shape whose message type is WSRequest.
But I don't know how to create an instance of that message. Do I even have
to create an instance?
2. How do I start the orchestration? I believe that an orchestration must
have a Receive shape with Active property set to true. But I have nothing to
send to this orchestration.
One way would be to create a dummy input and send to Receive shape. Is that
a good practice?
Thanks.
P
Yes, you need something to trigger the orchestration which usually means a
message being received. Unless this orchestration will be called by other
orchestrations, in which case you can define parameters for it.
Matt
"Prash" <Pr...@msn.com> wrote in message
news:OQmNORLa...@TK2MSFTNGP02.phx.gbl...