Sample with Virtual Tour

Submits request for URL to view a virtual tour of the property (for participating hotels).

Explanation

Code

Identifies the Image Viewer Web Service location.

<ImageSetRequest xmlns="http://www.galileo.com/GI_GDS">

Optional: For a secured reference in the response, insert the ReturnHTTPSRef parameter.

<ImageSetRequest xmlns="http://www.galileo.com/GI_GDS" ReturnHTTPSRef=boolean>

Identifies the hotel property for the gallery URL.

<Properties>

  <Property Id="00083" RichMedia="boolean">

  </Property>

</Properties>

Ends the Image Viewer request.

</ImageSetRequest>

Response

Explanation

Code

The response returns all images, regardless of size, for the specified property.

<RetrievePhotoInformationResponse
xmlns="http://webservices.galileo.com/HotelImage">

<RetrievePhotoInformationReturn>

 

<ImageSetResponse>

Property ID for which the gallery URL was requested.

<Property Id="02717">

 

<Photos>

The URL of the Virtual Tour for this property ID.

Note: Secured response reference URLs will be https:

<Photo Caption="View" Height="67"
Size="T" Type="OTHER" Width="100">

<URL>http://imageserver.galileo.com
/V/ImageServer/0/00083/
00083_OTHER_06_T.jpg</URL>

</Photo>

   <RichMedia Caption="Virtual Tour">

<URL>http://vfmii.com/exc/aspquery?
command=invoke&ipid=1052378&ids=42415</URL>

<ICON>http://vfmii.com/medlib/
360icon.jpg</ICON>

 </RichMedia>   

</Photos>

Ends the response.

</Property>

</ImageSetResponse>

</RetrievePhotoInformationReturn>

</RetrievePhotoInformationResponse>