Skip to Content
0
Former Member
Dec 07, 2006 at 05:20 PM

SOAP structure problem

47 Views

Hi Folks;

Please help me in this.

I am using a receiver soap adapter to consume a webservice.

What is required by the webservice as an input is a soap message having soap body with the parameters which we are passing through XI inside the SOAP envelop.

<SOAP-ENV:>

<SOAP-ENV:Body>

<xml data>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

but what XI is passing payload after cloasing the soap envelop.

<SOAP-ENV:>

<SOAP-ENV:Body>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

<xml data>

Is there a way by which we could make XI pass the xml data within the SOAP tags?

Mudit