|
Openwave® Location Studio provides a developer interface to capturing location data from a mobile operator. Our test server is not associated with an operator, so you can only query for a subscriber we have pre-provisioned in the system: min 12066968500.
Location Studio has two interfaces, a SOAP interface which is referred to as "AAI" and an MLP 3.0 interface. The wsdl for the AAI interface can be found here: http://location.openwave.com:8080/locationstudio/webservices/aai.wsdl The url to post XML requests to the MLP interface is http://loc2.Openwave.com:8080/locationstudio/mlp300. We also run at test client you can use to validate your XML prior to integrating it into your application at http://loc2.openwave.com:8080/lst_test/client/index.htm. To query for the location of the device, use the following credentials: <id> infoservdemo1</id> <pwd>infoservdemo1</pwd> |