Add Custom Headers to a Web Service Proxy
Hi all,
I'm trying to use a web service through a web service proxy in a common java library, as part of a validation method. I'm using JDev 11.1.1.5.
The issue I am having is that the web service requires two custom headers. I have created a CustomSOAPProvider class which extends the adf internal SOAP Provider class to add additional headers, which works when I implement the WS as a data control. I have recreated this as a web service proxy but I am unsure as to refer to the current SOAP message and modify it with the additional headers in a java class? I am calling the web service successfully and am getting an "unauthorised" response.
Any help would be appreciated!
Thanks in Advance,
Aaron