Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Issues with connection to web service from xamarin

$
0
0

I Try to connect to web service from Xamarin of the following way:

public DataTable SeeArticles(string pStrCodeArticle) { DataTable x = new DataTable ();
WsLoc09.WSActividad ws = new CallRestService.WsLoc09.WSActividad ();// name web service WsLoc09 x=ws.SeeArticles (pStrCodeArticle);

        return x;
    }

I added the web reference to my app besides the web service that I'm using a local web service. The issue is when I try to access to web service or this is my idea...


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>