How to add EBS SOA gateway web service in BPEL process with security headers.
Hello All,
I have enabled EBS SOA Gateway for calling EBS web services in my BPEL process. I have generated the WSDL for "Work Request Import" Interface and deployed it, its working fine when I am hitting the wsdl.
I have developed a BPEL application in which I am calling "Work Request Import" web service, but when I deployed my application and view the Instance payload, getting the following error:
reference:40003
Non Recoverable System Fault :
oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException:
Client received SOAP Fault from server : AuthorizationFailure : User
not authorized to execute service
I have defined "oracle/wss_username_token_client_policy" as Web service policy to the web service and ASADMIN user name in security policy.
0