Previous Topic

Next Topic

Book Contents

Example: VerifyPassword

Example request

The example shows the Body of the request. It must be preceded by the SOAP header that contains the SOAP action listed in the table for this operation.

<s:Body >

<VerifyPassword>

<TrialName>PFST45</TrialName>

<Credentials>

<UserName>aroberts</UserName>

<Password>changeme</Password>

</Credentials>

<Extensions/>

</VerifyPassword>

</s:Body>

Example response

The body of the response is preceded by the SOAP header, which is not shown in this example.

<s:Body>

<VerifyPasswordResponse>

<VerifyPasswordResult>true</VerifyPasswordResult>

</VerifyPasswordResponse>

</s:Body>

Send Feedback