i want to get the GPS coordinates from iphone and send these GPS coordinates to web service. This web service, will take my GPS Coordinates and send me the location of the nearest ATM, from the current location. now i want to do this in 2 phases. First phase , i want to just send the GPS Coordinates to web service, and in return i want the address of the ATM location. Second phase , i want to point this ATM on the MAP displayed in iphone app.
I have the web service developed, which take 2 input parameters : lat and longi. and returns me the address of the ATM location in a string format.
To start with Phase 1 : Please help me with how to get the GPS cordinates and send it to the web service. so that i can just display the address in string format(Result i get from web service) on the view.