getUserStatus() API in UDS with AnA enabled for Advanced Authentication
search cancel

getUserStatus() API in UDS with AnA enabled for Advanced Authentication

book

Article ID: 241392

calendar_today

Updated On:

Products

CA Strong Authentication CA Advanced Authentication CA Risk Authentication

Issue/Introduction

Could u send me the working soap request sample for getUserStatus() when AnA( Authentication and Authorization) enabled?

Environment

Release : 9.1

Component : Strong Authentication

Resolution

Here is a working sample which can be used.

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:msgs="http://ws.arcot.com/ArcotUserRegistrySvc/1.0/msgs" xmlns:ns="http://ws.arcot.com/UserSchema/1.0" xmlns:sec="http://ws.arcot.com/UDSTransaction/1.0">
   <soap:Header>
    <sec:userID>globaladmin</sec:userID>
    <sec:orgName>defaultorg</sec:orgName>
    <sec:credential>password</sec:credential>
   </soap:Header>
   <soap:Body>
      <msgs:getUserStatusRequest>
         <msgs:userId>
   
            <ns:orgName>DEFAULTORG</ns:orgName>
            <ns:userName>TESTUSER1</ns:userName>
         </msgs:userId>

      </msgs:getUserStatusRequest>
   </soap:Body>
</soap:Envelope>