Hi, thanks for your answer. I'm able to see the JSON Requests with wireshark, but when I want to implement my own Location provider I musst access the request to extract the informations like wifi towers, mac addresses ... to give a response.
Gears Geolocation Requests do not send SOAP messages, so a Web Service must be implemented the REST way, i thnk. With REST I'm able to recieve messages send via HTTP POST like the Gears GeoloactioN JSON Reqeust ist, but I don't know how to access the JSOn Objects in my web Service. Does somebody know hot I can work with the JSON Request ? Thanks!
