Returns all Pingdom check locations.
API key. You will find your API key in the 'Pingdom API' section of Pingdom Panel.
Response object of Location_getList function. It contains field for status of the performed operation, and field for list of available locations.
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<q1:Location_getList xmlns:q1="urn:methods">
<APIKey xsi:type="xsd:string">abcdefgh0123456789abcdefgh</APIKey>
<sessionId xsi:type="xsd:string">8252db1caa210b951b657b59cd9cb000</sessionId>
</q1:Location_getList></soap:Body>
</soap:Envelope>
<SOAP-ENV:Body>
<ns1:getLocationsResponse>
<return xsi:type="ns2:Location_GetListResponse">
<status xsi:type="xsd:int">0</status>
<locationsArray SOAP-ENC:arrayType="xsd:string[2]" xsi:type="ns2:LocationsArray">
<item xsi:type="xsd:string">Shangai, China</item>
<item xsi:type="xsd:string">TestCity, TestCountry</item>
</locationsArray>
</return>
</ns1:getLocationsResponse>
</SOAP-ENV:Body>