Hi Everybody

I have been trying to consume my web service a monodroid application but I
keep on getting error message saying "Unknown Member". I tried to run the
sample application from this URL;
http://android.xamarin.com/index.php?title=Documentation/Guides/Consuming_Web_Services&file=58,
but I keep on getting the same error and here it says 'unknown member:
Ivoke' and it occurs on the method below of the web service
http://soatest.parasoft.com/calculator.wsdl

public float add(float x, float y) { object[] results = this.Invoke("add",
new object[] { x, y}); return ((float)(results[0])); }

Can anyone help me please?


--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Consuming-web-service-tp4745854p4745854.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to