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>

  <Property Id="02718"></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 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/
0/02718/02718_EXT_01_S.jpg</URL>

</Photo>

<Photo Caption="Exterior" Height="73" Size="T" Type="EXT" Width="100">

<URL>http://63.75.186.51/ImageServer/
0/02718/02718_EXT_01_T.jpg</URL>

</Photo>

<Photo Caption="Room" Height="110" Size="I" Type="ROOM" Width="150">

<URL>http://63.75.186.51/ImageServer/
0/02718/02718_ROOM_01_I.jpg</URL>

</Photo>

<Photo Caption="Room" Height="146" Size="S" Type="ROOM" Width="200">

<URL>http://63.75.186.51/ImageServer/
0/02718/02718_ROOM_01_S.jpg</URL>

</Photo>

<Photo Caption="Room" Height="73" Size="T" Type="ROOM" Width="100">

<URL>http://63.75.186.51/ImageServer/
0/02718/02718_ROOM_01_T.jpg</URL>

</Photo>

</Photos>

Ends the response.

</Property>

</ImageSetResponse>

</RetrievePhotoInformationReturn>

</RetrievePhotoInformationResponse>