3.1.4.1.2.2 GetLocationsResponse
The GetLocationsResponse element is the overall container in the response to the GetLocationsRequest request. GetLocationsResponse encapsulates the results of the operation to retrieve locations for network identifiers. It contains an optional presenceList element of type presenceListType, and one ReturnCode element of type ReturnCodeType. The schema for this element within the SOAP envelope is as follows.
-
<xsd:element name="GetLocationsResponse"> <xsd:complexType> <xsd:sequence> <xsd:element minOccurs="1" maxOccurs="1" name="ReturnCode" type="tns:ReturnCodeType" /> <xsd:element minOccurs="0" maxOccurs="1" name="presenceList" type="tns:presenceListType" /> </xsd:sequence> </xsd:complexType> </xsd:element>