[Mono-bugs] [Bug 667054] New: Soap WebServices stopped working in Preview 11 when using Async
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jan 25 12:39:22 EST 2011
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: mono-bugs at lists.ximian.com
ReportedBy: Orlandolsilva at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list