[Mono-bugs] [Bug 688533] New: WebService response not being deserialized
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 19 12:52:22 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=688533
https://bugzilla.novell.com/show_bug.cgi?id=688533#c0
Summary: WebService response not being deserialized
Classification: Mono
Product: MonoDroid
Version: SVN
Platform: 64bit
OS/Version: Windows 7
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Runtime
AssignedTo: mkestner at novell.com
ReportedBy: willemm at infosupport.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=425695)
--> (http://bugzilla.novell.com/attachment.cgi?id=425695)
Reproduction scenario
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64;
Trident/5.0)
When I try to invoke a webservice in an async manner the response is not fully
deserialized.
In the attached sample I've provided a reproduction scenario for this that
demonstrates a simple activity that invokes GetAssetsAsync on a webservice
which should return a response containing a RootEntities property which is a
set of 3 Asset objects.
The root object is deserialized correctly, but the assets collection is always
empty. I have tried the same thing with other webservices, which works okay.
This specific scenario however seems to make the runtime go around a wrong
turn.
Reproducible: Always
Steps to Reproduce:
See the attached sample for a reproduction scenario
Actual Results:
Root object is deserialized, but sub objects aren't.
Expected Results:
Root object and sub objects are deserialized.
--
Configure bugmail: https://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