‎2010 Nov 29 6:59 AM
Hi All,
Is there any way out to eliminate the tag <SOAP:Header/> while sending the message to a legacy system using a receiver SOAP adapter.
<SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelop
e/'>
<SOAP:Header/>
<SOAP:Body>
Need to eliminate the SOAP:Header tag while sending...Is this possible in any way..
Thanks
Amit
‎2010 Nov 29 8:56 AM
Hi All,
I checked a few blogs that it is possible to eliminate the SOAP Header using XMLAnonymizerBean .
Please can some one provide the details what needs to be entered at the module tab.
Thanks
Amit
‎2010 Nov 29 11:02 AM
Hi All
We have a empty SOAP Header tag which needs to be suppressed so that the target system receives the data...
Any way we can achieve this without going in for adapter module..
I have tried with Do not use SOAP envelope, Encoded headers...All options dont yield the desired result..
It is an empty <SOAP Header/> tag which we want to eliminate..
‎2010 Nov 29 4:16 PM
Hi All,
Can someone please provide some details on the same..I need it quickly