Sample Image Gallery
The following sample only requests the gallery URL for the Property ID, rather than URLs for individual images.
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>
</Properties> |
Ends the Image Viewer request. |
</ImageSetRequest> |
Response
Explanation |
Code |
|
<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 gallery for this property ID. Note: Secured response reference URLs will be https: |
<Gallery> |
<URL>http://63.75.186.51/ImageServer/ |
|
</Gallery> |
|
</Photos> |
|
Ends the response. |
</Property> |
</ImageSetResponse> |
|
</RetrievePhotoInformationReturn> </RetrievePhotoInformationResponse> |