QAS_AUTHTOKEN_OPER

This service operation is used to retrieve the user ID for a PSToken. The PSToken is sent in the HTTP header over HTTPS.

Request Message: QAS_AUTHTOKEN_REQ_MSG

Element Name Description

PSTOKEN

PeopleSoft authorization token.

Example Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:qas="http://xmlns.oracle.com/Enterprise/Tools/schemas/
QAS_AUTHTOKEN_REQ_MSG.VERSION_1">
   <soapenv:Header/>
   <soapenv:Body>
      <qas:QAS_AUTHTOKEN_REQ_MSG>
         <PSTOKEN>
           owAAAAQDAgEBAAAAvAIAAAAAAAAsAAAABABTaGRyAk4AbQg4AC4AMQ
           AwABRKm1RLE0zCq6JFYAoVWo7oKO6qVGMAAAAFAFNkYXRhV3icy2Vg
           YGBhZmJkBNJ7mBjAgCuQwZXBhcGXwZ+BzZXBj8GdQQAkEs/gAxRxZn
           AE0iZGDAZAaMmgCySNgKQRgxmYbcqgByUNwaQlUMYQrNaAgQEAbO8L
           PQ==; http%3a%2f%2fple-infodev-08.example.com%3a801
           0%2fpsp%2fqedmo%2femployee%2fqe_local%2frefresh=list:;
           HPTabName=DEFAULT
         </PSTOKEN>
      </qas:QAS_AUTHTOKEN_REQ_MSG>
   </soapenv:Body>
</soapenv:Envelope>

Response Message: QAS_AUTHTOKEN_RESP_MSG

Element Description

LoginUser

Returns the user ID for the PSToken.

Example Response:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Body>
      <qss:QAS_AUTHTOKEN_RESP_MSG
       xmlns:qss="http://xmlns.oracle.com/Enterprise/Tools/
       schemas/QAS_AUTHTOKEN_RESP_MSG.VERSION_1">
         <LoginUser>QEDMO</LoginUser>
      </qss:QAS_AUTHTOKEN_RESP_MSG>
   </soapenv:Body>
</soapenv:Envelope>