You are consuming the service async. So you reach the return statement
before it gets to load the string into strValue.
On Mar 9, 2012 4:11 PM, "Alessandro80" <[email protected]> wrote:

> 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
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to