Hi All,
I am calling REST Service from BPEL using Http binding adapter.
I have configured Http binding adapter with oracle/wss_http_token_client_policy as explained in document http://soasimplified.com/tag/basic-authentication/
At run-time, the Http binding adapter thrown below error
javax.xml.soap.SOAPException: Bad response: 401 Unauthorized
Using SoapUI(with basic authorization: same user and password) I am able to invoke the REST service successfully.
Can anyone help me to investigate why I am not able to call REST Service using Http binding adapter?
Thanks