Hi All,
Scenario is Proxy to SOAP sync scenario.
Need to construct custom headers as per requirement. Body will be passed with mapping.
Actually the values inside SOAP Headers we can use axis libraries with Header Insertion handler to put values inside header part.
But these is a requirement that soap envelop values also needs to customised. Can some one please sahre input on how to achieve this....
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:elem="http://qhic.co.uk/common/internal/schema/2010/07/31/elements" xmlns:add="http://www.w3.org/2005/08/addressing"
xmlns:ns="http://qhic.co.uk/xxxx/messages/schema/verify/2012/12/08">
<soapenv:Header>
<qelem:AuthenticationHeader>
<qelem:user>
<qelem:identifier></qelem:identifier>
<qelem:type></qelem:type>
</qelem:user>
<qelem:organisation>
<qelem:identifier></qelem:identifier>
<qelem:type></qelem:type>
</qelem:organisation>
</qelem:AuthenticationHeader>
<add:MessageID></add:MessageID>
<add:Action></add:Action>
</soapenv:Header>
<soapenv:Body>
</soapenv:Body>