xamarin.android - monodroid wcf call -
i'm having difficulties accessing wcf service. service running in same solution monodroid app , hosted visual studio. configured basichttp. reference adds ok @ runtime when call 1 simple test method, ;
system.net.webexception it's simple web service
public class service1 : system.web.services.webservice { [webmethod] public string helloworld() { return "hello world"; } } and here call
button.click += delegate { localhost.service1 se = new localhost.service1(); button.text= se.helloworld(); }; and error snapshot in attachment

i agree need add more information. however, responded question sometime ago , doing wcf stuff , it's working great me.
using soap in shared mono library wp 7 , android
this might out.
one other thing thought of. have internet option in network manifest selected shown here:
http://docs.xamarin.com/@api/deki/files/1026/=requiredpermissionsvs.png
Comments
Post a Comment