https://bugzilla.novell.com/show_bug.cgi?id=667054

https://bugzilla.novell.com/show_bug.cgi?id=667054#c0


           Summary: Soap WebServices stopped working in Preview 11 when
                    using Async
    Classification: Mono
           Product: MonoDroid
           Version: unspecified
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Runtime
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: Customer
           Blocker: Yes


Description of Problem:
In our application the Soap WebServices stopped working, after we upgrade
Monodroid version from Preview 10 to 11, when using Async (we didn't test them
using Sync).

If the WebService's definition classes is stored in UI project, the WebService
will work fine. But if we have the WebService stored in an Monodroid's library
project we get this problem.

The attached solution has two projects: 
  - UI project.
  - Monodroid's library project with the WebServices's definitons.


Steps to reproduce the problem:
1. Compile the project attached to this bug report.
2. Run the app.
3. Click in the button with text "Click Me to start the webService!".
4. The button's text changes to "WebService Started" and the webservice is
called using async.


Actual Results:
 - The CheckServicesStatus_v1Completed's event will never trigger, and so we
never receive the webservice's response.


Expected Results:
 - The CheckServicesStatus_v1Completed's event should trigger and then we
should see in Android's console, some text saying that WebService has Completed
successfully and the button's text should change to "WebService Completed".


How often does this happen? 
Everytime.

Additional Information:
This was working fine in previous releases.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to