[Mono-bugs] [Bug 573160] XML Deserialiaztion throws NullReferenceException on 2.6.1 , works under .NET

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 27 21:02:24 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=573160

http://bugzilla.novell.com/show_bug.cgi?id=573160#c5


--- Comment #5 from Michael Kinsley <michael.kinsley at sensage.com> 2010-01-28 02:02:23 UTC ---
ok, i can make this a bit simpler. The attached file has the same soap request
to Jira. The first one succeeds - a while later the request labeled "bad" is
sent for the same exact data. 

Now you will see if you diff the files that they are basically the same except
for the encoding type given to an array.  the  xml that fails is using soapenc:
instead of xsi:  encoding for arrays. 

To make this a little easiser to see , i added line breaks to a corresponding
set of files - these are named with the .pretty extension . 

Under .NET, both responses are happily deserialized.  Under Mono, the soapenc:
version *explodes*. 

These files are reconstructed from tcpdump - they are the exact HTTP traffic
that went over the wire.

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