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

error

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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -