Custom soap Header
Summary
Custom soap Header for OIC SOAP RequestContent
We have an integration to make soap call to an external system from OIC.
This SOAP request has a custom header in below format.
I tried to build a custom header xml and use it in OIC but, not able to have the text such as 'xmlns:wsa="http://www.w3.org/2005/08/addressing'.
Appreciate your inputs.
<soapenv:Header>
<wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing">http://resources.net</wsa:To>
<wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing">http://resources.Application</wsa:Action>
<wsa:From xmlns:wsa="
0