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