[Mono-bugs] [Bug 556498] New: Web Service Async method callback never return.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 18 06:52:40 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=556498#c0
Summary: Web Service Async method callback never return.
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Runtime
AssignedTo: gnorton at novell.com
ReportedBy: libra_shoaib at yahoo.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=328151)
--> (http://bugzilla.novell.com/attachment.cgi?id=328151)
archive contain two Folder on contain monodev Project other contains Visual
Studio WebApplication for WCF Service
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.15)
Gecko/2009101601 Firefox/3.0.15 (.NET CLR 3.5.30729)
I am facing problem while accessing Web Service methods asynchronously method
callback never fired. I used the same way to call the methods as described in
the wiki article
http://wiki.monotouch.net/HowTo/WebServices/Using_a_Web_Service.
Now my problem is i never get method 'Completed' callback fired. It seems like
some threading issue. I am familiar with this pattern in Silverlight and i
never had any such issue there.
Method's Sync version is working fine.
Reproducible: Always
Steps to Reproduce:
1.Host WCF Service
2.Add that service to iphone project(Add as Web Reference)
3.Call any async version of method
Actual Results:
Completed event of that called method never fired.
Expected Results:
Completed event should be fired and return gracefully.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list