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!

Disable unnecessary WS Addressing Headers in BPEL Process

GauravFoxApr 16 2014 — edited Feb 26 2020

Hello Folks,

My BPEL process is trying to communicate with an external webservice, when doing so I encounter the following error message:

System.Web.Services.Protocols.SoapHeaderException: SOAP header Security was not understood


My understanding is that this is due to WS Addressing headers in the request message.

I tried setting the following property in the composite.xml, but the headers are still appearing in the soap message.

<property name="oracle.soa.ws.outbound.omitWSA" type="xs:boolean" many="false" override="may">true</property>


But oddly enough, the same service works well (without disabling WS Addressing) when tested on the TEST environment but Fails in Pre-Production and Production.


Any tips, solution and/or explanation is appreciated.



Thanks!

GauravFox

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2014
Added on Apr 16 2014
7 comments
4,204 views