Example: GetLatestStudyVersion
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>
< GetLatestStudyVersion>
<TrialName>PFST45</TrialName>
<Extensions/>
</ GetLatestStudyVersion>
</s:Body>
Example Response—The response contains MedML <STUDYVERSION> elements in a LatestStudyVersion element.
The body of the response is preceded by the SOAP header, which is not shown in this example.
<s:Body>
< GetLatestStudyVersionResponse>
< LatestStudyVersion>
<STUDYVERSION STUDYNAME="PF-ST Sample Trial" VERSIONDESCRIPTION="StudyVersion1"REVISION="275587061728086" GUID="{96D6B3F4-4E54-48B4-A625-15987933D6FA}" />
</ LatestStudyVersion>
</ GetLatestStudyVersionResponse>
</s:Body>