Published operation

Operation: ResetAdminPassword

Description

Not specified in the model

SOAP

The following is a sample SOAP request and response. The example values shown need to be replaced with actual values.

Example SOAP request:

<soap:Envelope 
xmlns:tns="http://www.example.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Header/>
    <soap:Body>
        <tns:ResetAdminPassword> </tns:ResetAdminPassword>
    </soap:Body>
</soap:Envelope>

Example SOAP response:

<soap:Envelope 
xmlns:tns="http://www.example.com/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
        <tns:ResetAdminPasswordResponse>
            <Result>exampleString</Result>
        </tns:ResetAdminPasswordResponse>
    </soap:Body>
</soap:Envelope>