http://bugzilla.novell.com/show_bug.cgi?id=573160
http://bugzilla.novell.com/show_bug.cgi?id=573160#c5 --- Comment #5 from Michael Kinsley <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
