This issue is opened to provide the sample web service request for UDS retrieve user.
Release : 8.2
Component : AuthMinder(Arcot WebFort)
You can get the WSDL over the browser by using the below URL.
http://<hostname>:<Application server port where UDS is deployed>/arcotuds/services/ArcotUserRegistrySvc.wsdl
Here is the sample request when AnA is enabled to retrieve the user.
<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:getPAMRequest>
<msgs:UserId>
<ns:userName>testuser1</ns:userName>
</msgs:UserId>
</msgs:getPAMRequest>
</soap:Body>
</soap:Envelope>