Previous Topic

Next Topic

Book Contents

Example: GetStudyVersions

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>

<GetStudyVersions>

<TrialName>PFST45</TrialName>

<Extensions/>

</GetStudyVersions>

</s:Body>

Example response—The response contains MedML <STUDYVERSION> elements in a StudyVersion List

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

<s:Body>

<GetStudyVersionsResponse>

<StudyVersionList>

<STUDYVERSION STUDYNAME="PF-ST Sample Trial" VERSIONDESCRIPTION="StudyVersion1"REVISION="275587061728086" GUID="{96D6B3F4-4E54-48B4-A625-15987933D6FA}" />

</StudyVersionList>

</GetStudyVersionsResponse>

</s:Body>

Send Feedback