|
This post has NOT been accepted by the mailing list yet.
Can you please tell me how to disable WS-Addressing headers in SOAP messages being invoked from a BPEL process.
There is a small property setting o Oracle SOA Suite 11g for this, I am looking for something simmilar,
using the standard <wsaw:UsingAddressing wsdl:required="false" /> in the binding element of the External WSDL did not help, but neither did it in the Oracle SOA Suite.
The problem occured since had to use BasicAuth to consume a WS. I was not able to use the policy in the external wsdl and had to inject the username/password in the Assign activity before invoking the WS in BPEL as suggested by a guy on this forum.
I suppose that this error concerns ws-a sice I have simulated it against the WS from SoapUI with and without WS/A headers and the error is the same. Service provider cannot handle any headers..Any suggestions ?
|