Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Add a Custom Soap Header (OSB 12c)

TurkdoganJan 28 2016 — edited Feb 1 2016

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

This post has been answered by Bruno Neves Alves on Jan 28 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 29 2016
Added on Jan 28 2016
3 comments
2,735 views