3.7.4.2.2.1 FindServiceLocationsForUser

The FindServiceLocationsForUser element contains the body of the message for the FindServiceLocationsForUser request. This element is used as an in-parameter to the FindServiceLocationsForUser web method. This element MUST be populated by the client when sending a FindServiceLocationsForUser request. The FindServiceLocationsForUser web method parameters consist of any number of ServiceNames.

 <xs:element name="FindServiceLocationsForUser">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="ServiceNames"
         type="ArrayOfServiceLocationRequest"
         minOccurs="0"
         maxOccurs="1"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>