Skip to Content
0
Sep 06, 2010 at 09:04 AM

Overriding Soap Header using Axis(SOAP) Receiver

31 Views

Hi Experts,

I am having a problem in including the SOAP Header in the XML using the SOAP Axis Receiver Adapter. Well I am not sure on how to place this structure in the header:

<SoapHeader>
    <Header1>
        <child1>
        <child2>
    </Header1>
    <Header2>
        <child1>
        <child2>
    </Header2>
</SoapHeader

I have already tried overriding the SOAP Header via Java Mapping but it is not working when I send it to the third-party. I believe this header should be directly encoded using the axis module, but I can only find examples for simple headers and not nested ones...

Please help.

Edited by: Mark Dihiansan on Sep 7, 2010 5:15 PM