[Mono-bugs] [Bug 556441] New: Web Service Async method callback never fired.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 18 03:30:47 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=556441#c0

           Summary: Web Service Async method callback never fired.
    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=328078)
 --> (http://bugzilla.novell.com/attachment.cgi?id=328078)
contain two projects one if iPhone Project(folder name:SvcTest) other one is VS
WCF service project(folder name: WCFComplexService)

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)

Hi.

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 'SimpleCallCompleted' callback fired. It seems
like some threading issue.

if i call methods sync version it is working fine.

MonoFourm Reference
Url:http://forums.monotouch.net/Forums/Thread.aspx?pageid=1&mid=6&ItemID=2&thread=142

Reproducible: Always

Steps to Reproduce:
1.host attached WCFComplexDataService project.
2.add service reference to iphone project using Add Web Reference.
3.initiate a Asyn call on 'SimpleCall Method'.
Actual Results:  
Completed Method never fired after calling the asyn version of that method.


Expected Results:  
Completed method should return the result(serialized version of sent object).


-- 
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