Example: GetProvisioningVersion

Previous Topic

Next Topic

Book Contents

Example: GetProvisioningVersion

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>

<GetProvisioningVersion>

<TrialName>pfst45</TrialName>

</GetProvisioningVersion>

</s:Body>

Example response—In this example, the operation returns the version of the User Management Interface software in the value for the ProvisioningVersion element.

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

<s:Body

xmlns:xsd="http://www.w3.org/2001/XMLSchema"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<GetProvisioningVersionResponse>

<ProvisioningVersion>1.0.83</ProvisioningVersion>

</GetProvisioningVersionResponse>

</s:Body>

Send Feedback