Previous Topic

Next Topic

Book Contents

Example: GetUserSites

Example request—This example requests a list of sites that user ajones belongs to for trial pfst45.

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>

<GetUserSites>

<TrialName>pfst45</TrialName>

<UserName>ajones</UserName>

<Extensions/>

</GetUserSites>

</s:Body>

Example response—The response contains a list of sites.

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

<s:Body>

<GetUserSitesResponse>

<SiteList>

<SITE NAME="(01) Massachusetts General Hospital" MNEMONIC="01" GUID="{7BB62C72-F669-4CF5-8E23-0C137326952C}" REVISION="275587047775086" STARTDATE="4/1/2005" ENDDATE="12/30/1899" SITEDATEFORMAT="MONTH_DAY_YEAR" SITESERVER="RDINFAPP116" TIMEZONE="(GMT-05:00) Eastern Time (US &amp; Canada)" ADDRESS="1 Main Street" CITY="Boston" STATE="MA" PROVINCE="MA" COUNTRY="USA" PHONE="(555) 555-1212" />

<SITE NAME="(02) Cleveland Clinic" MNEMONIC="02" GUID="{9005B081-2469-4219-BDC1-D45790991A5F}" REVISION="275587048243086" STARTDATE="4/1/2005" ENDDATE="12/30/1899" SITEDATEFORMAT="MONTH_DAY_YEAR" SITESERVER="RDINFAPP116" TIMEZONE="(GMT-06:00) Central Time (US &amp; Canada)" ADDRESS="202 Walnut Street" CITY="Cleveland" STATE="OH" PROVINCE="OH" COUNTRY="USA" PHONE="(555) 555-1212" />

<SITE NAME="(05) University of California Hospital" MNEMONIC="05" GUID="{8AB02ADB-571E-48A7-8AD7-0D7881527EEA}" REVISION="275587049478086" STARTDATE="4/1/2005" ENDDATE="12/30/1899" SITEDATEFORMAT="MONTH_DAY_YEAR" SITESERVER="RDINFAPP116" TIMEZONE="(GMT-08:00) Pacific Time (US &amp; Canada); Tijuana" ADDRESS="62 Hospital Way" CITY="Irvine" STATE="CA" PROVINCE="CA" COUNTRY="USA" PHONE="(555) 555-1212" />

</SiteList>

</GetUserSitesResponse>

</s:Body>

Send Feedback