| rene.rugerio@gmail.com 2006-05-24, 1:14 pm |
| hi all,
im required to create a message with certain soap envelope which may be
described in a simplified way as follows,
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
<?xml version=3D"1.0"?>
<SOAP-ENV:Envelope
xmlns:SOAP-NV=3D"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi=3D"http://www.w3.org/1999/XMLSchema-instance">
<SOAP-ENV:Header>
=B0=B0|| Definition about endpoints, etc. ||=B0=B0
</SOAP-ENV:Header>
<SOAP-ENV:Body>
=B0=B0|| Business document body ||=B0=B0
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
My first impression is to use a custom pipeline to be able to employ
Biztalk framework assembler. I configure some of the properties based
on the microsoft support page related. But in the document schema //
envelope schema certainly do not know what to do.
I place in the envelope schema the default + bts_soap_envelope and
expected a result would be like the soap envelope wrapped on the
message.
Can somebody help me on how to deal with the BTF assembler ?
Thanks in advance !!!!!
|