Hello,
I'm a novice person and trying to add a custom header to a soap header. I need to add this custom header value to be able to call external web service through business service.
The header value should be in the following format:
<soapenv:Header>
<customElement xmlns:ns="http://example.com/foo.xsd">value</customElement>
....
</soapenv:Header>
It must have namespace part.
I tried "Transport Header" and "Insert" components; but when I test from JDeveloper, I cannot see the header value in SOAP request.
What should I do to add this element in SOAP header in pipeline? How should I test it.
Thank you