Posts by Aldenor Junior • 11 points
2 posts
-
1
votes1
answer292
viewsA: How to get location coordinates in offline mode
Yes, some frameworks for creating hybrid applications like Phonegap instance a class that uses GPS, WIFI, carrier signal and others. The application calls the method and this search which of these…
-
0
votes2
answers780
viewsA: Error while consuming ASMX Web Service
Try it this way: private void button1_Click(object sender, EventArgs e) { DadosSevice.WebServiceSoapClient service = new DadosSevice.WebServiceSoapClient(); bool validou = service.Autenticar…