[Mono-bugs] [Bug 546360] Exception when consuming WebService - problems with complex object type deserialization

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 13 04:29:41 EDT 2009


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

User jbevain at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=546360#c1


Jb Evain <jbevain at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
                 CC|                            |jbevain at novell.com
         Resolution|                            |FIXED




--- Comment #1 from Jb Evain <jbevain at novell.com>  2009-10-13 02:29:39 MDT ---
This happens because the default constructor is not referenced. You should
apply a:

[Preserve (AllMembers = true)]

attribute on your type.

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