Envelope and SOAP adapter

#14905

Hi
I downloaded a great example of using envelopes.

http://www.biztalkgurus.com/Samples/Xml-Envelope-Debatch-Pipeline.html

The example works great – it receives xml input and orchestration outputs 3 separate messages.
I tried to replace the receive location with SOAP adapter – in other words I want the orchestration will start with WS call.
Im really cannot combine envelope and orchestration exposed as WS
The wsdl looks like this:

<soap:Envelope xmlns:xsi=\”http://www.w3.org/2001/XMLSchema-instance\” xmlns:xsd=\”http://www.w3.org/2001/XMLSchema\” xmlns:soap=\”http://schemas.xmlsoap.org/soap/envelope/\”>
<soap:Body>
<Operation_1 xmlns=\”http://tempuri.org/\”>
<part>
<ID xmlns=\”\”>string</ID>
<Batch xmlns=\”\”>string</Batch>
<Sender xmlns=\”\”>string</Sender>
</part>
</Operation_1>
</soap:Body>
</soap:Envelope>

I tried every combination to send the data any idea will be great
10x