[MonoTouch] WCF Service--operationCompletedCallback may not be??????????
Shoaib Shaikh
libra_shoaib at yahoo.com
Wed Oct 28 00:35:38 EDT 2009
Hi,
I was trying to experiment with WCF service with the help of "http://wiki.monotouch.net/HowTo/WebServices/Using_WCF" article. Everything goes fine i can compile app without any errors but when i run my app and call an async method nothing happen but in callback i get a message in output window "System.ServiceModelClientBase<TChannel>: web service invocation is successfully done(operationCompletedCallback may not be)."?
Note:my service method returns ComplexData which contain nested Contracts in it.
later i tried it synchronously:
i added a reference using IDE(MonoDevelop) and call method synchronously, Now i get an exception defined in bug @ http://www.mail-archive.com/mono-bugs@lists.ximian.com/msg67668.html. it seems like it has some issues with complex Data Types.
Any suggestions how can i solve this issue. i prefer using async service methods???????????
More information about the MonoTouch
mailing list