Android Question Consuming ASP.NET WCF Webservice

Martin Fdez

Member
Licensed User
Longtime User
Hi, I'm new with Basic4Android!

I have a ASP.NET WCF Service with the format http://myDomain.com:10500/myservice.svc

There is a method to authenticate users: string GetUser(int userId, string passW, string library)

Where can I get some example for this?
Thanks for your Help!
 

DonManfred

Expert
Licensed User
Longtime User
Search for httputils and examples to use it. It should be the right library for it
 
Upvote 0
Top