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 <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"
|
<URL>http://imageserver.galileo.com |
|
</Photo> <RichMedia Caption="Virtual Tour"> |
|
<URL>http://vfmii.com/exc/aspquery? |
|
<ICON>http://vfmii.com/medlib/ |
|
</RichMedia> |
|
</Photos> |
|
Ends the response. |
</Property> |
</ImageSetResponse> |
|
</RetrievePhotoInformationReturn> </RetrievePhotoInformationResponse> |