Could u send me the working soap request sample for getUserStatus() when AnA( Authentication and Authorization) enabled?
Release : 9.1
Component : Strong Authentication
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>