Sample with Multiple Properties
Submits multiple property requests in a single XML call.
Note: Up to 20 properties can be included in a single call if the <Description> node is present:
For more properties, eliminate the <Description> node in the request. Up to 50 properties is ideal; any more than this may result in a time-out depending on traffic.
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. |
|
Identifies the first property ID. For this property, the user wants signature photos that are specified as small. |
|
Identifies the second property ID. For this property, the user wants photos that are specified as medium. |
|
Identifies the third property ID. For this property, the user wants photos that are the specified as extra large. |
|
Ends the Image Viewer request. |
</ImageSetRequest> |
Response