Previous Topic

Next Topic

Book Contents

Example: GetInFormVersion

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>

<GetInFormVersion>

<TrialName>PFST45</TrialName>

<Extensions/>

</GetInFormVersion>

</s:Body>

Example Response—The response contains a string value representing the InForm major and minor version.

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

<s:Body>

<GetInFormVersionResponse>

<GetInFormVersionResult>4.6</GetInFormVersionResult>

</GetInFormVersionResponse>

</s:Body>

Send Feedback