QAS_LOGIN_OPER

This service operation is available for a client application to sign on to the PeopleSoft database and use QAS service operations to create and execute queries.

To use this service operation, the user must install and configure certificates.

See Security Administration: Understanding SSL/TLS and Digital Certificates.

Request Message: QAS_LOGIN_REQ_MSG

Element Name Description

UserVerificationAttempt

Do not enter a value.

Example Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:qas="http://xmlns.oracle.com/Enterprise/Tools/schemas/
QAS_LOGIN_REQ_MSG.VERSION_1">
   <soapenv:Header/>
   <soapenv:Body>
      <qas:UserVerificationAttempt></qas:UserVerificationAttempt>
   </soapenv:Body>
</soapenv:Envelope>

Response Message:

Element Name Description

IsValidUser

Returns Y if the user is validated.

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_LOGIN_RESP_MSG
       xmlns:qss="http://xmlns.oracle.com/Enterprise/Tools/
       schemas/QAS_LOGIN_RESP_MSG.VERSION_1">
         <isValidUser>Y</isValidUser>
      </qss:QAS_LOGIN_RESP_MSG>
   </soapenv:Body>
</soapenv:Envelope>