3.2.4.1.2.2 FindServiceLocationsResponse

The FindServiceLocationsResponse element contains the body of the SOAP response.

 <s:element name="FindServiceLocationsResponse">
   <s:complexType>
     <s:sequence>
       <s:element minOccurs="0" maxOccurs="1"
         name="FindServiceLocationsResult"
         type="tns:ArrayOfServiceLocationResponse"
       />
     </s:sequence>
   </s:complexType>
 </s:element>

FindServiceLocationResult: An array that allows for multiple response elements to be returned at once. This array MUST contain the same number of elements as the array in the request. Each element of the array MUST contain a service location response, even if no URL was found. The array MUST follow the schema in section 3.2.4.1.3.3.