Sample of All Images
The following sample requests all image URLs for the specified property, with no image size specified.
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> |
Begins the Image Viewer request. |
<Properties>
</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 images were requested. |
<Property Id="02718"> |
Lists all images for the specified property. Note: Secured response reference URLs will be https: |
<Photos> |
<Photo Caption="Exterior" Height="146" Size="S" Type="EXT" Width="200"> |
|
<URL>http://63.75.186.51/ImageServer/ |
|
</Photo> |
|
<Photo Caption="Exterior" Height="73" Size="T" Type="EXT" Width="100"> |
|
<URL>http://63.75.186.51/ImageServer/ |
|
</Photo> |
|
<Photo Caption="Room" Height="110" Size="I" Type="ROOM" Width="150"> |
|
<URL>http://63.75.186.51/ImageServer/ |
|
</Photo> |
|
<Photo Caption="Room" Height="146" Size="S" Type="ROOM" Width="200"> |
|
<URL>http://63.75.186.51/ImageServer/ |
|
</Photo> |
|
<Photo Caption="Room" Height="73" Size="T" Type="ROOM" Width="100"> |
|
<URL>http://63.75.186.51/ImageServer/ |
|
</Photo> |
|
</Photos> |
|
Ends the response. |
</Property> |
</ImageSetResponse> |
|
</RetrievePhotoInformationReturn> </RetrievePhotoInformationResponse> |