How to send the user/password as part of SOAP Header in Forms10g
Hello,
I'm having problems when i pass the user and password to consume a webservice which requires user and password, i have created a web service proxy using JDeveloper 10.3.5 which one is working well.
But now when i try to consume the webservice from Forms10g i get the following error:
java.rmi.RemoteException: ; nested exception is:
HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorize
It seems the user and password are not been detected by the web service, so it seems they should go as part of SOAP header section to work.
0