Consuming 3rd party Restful WS in PeopleSoft
Hi, all,
We are trying to consume OpenSSO in our PeopleSoft environment. I created a document, message, service operation, and service. However when I tried to call it, I got this back from gateway:
401 Unauthorized (158,17501) GM_SZH_TEST_PG3.Activate PCPC:643 Statement:7
Similar to 403 Forbidden, but specifically for use when authentication is possible but has failed or not yet been provided.
I am really not sure if this is coming directly from integration gateway or from external system. Does anyone know?
The error log does say "External System responded with an Error status." But I couldn't understand why 401 error, as I am able to access the OpenSSO URL (REST) directly from browser or from command line (using curl).