Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SOAP Header Tag

former_member10771
Active Participant
0 Likes
509

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

3 REPLIES 3
Read only

former_member10771
Active Participant
0 Likes
464

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

Read only

0 Likes
464

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..

Read only

0 Likes
464

Hi All,

Can someone please provide some details on the same..I need it quickly