PS:
if I change

"strValue = String.Format("This is service response: {0}",e.Result);"

with

"Console.Write(String.Format("This is service response: {0}", e.Result);"

I can read my service response on console.

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Consuming-WCF-tp4455961p4459038.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to