[Mono-bugs] [Bug 80551][Nor] Changed - [2.0] ProtocolImporter does not handle nullable value types in <types>
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 18 23:41:02 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80551
--- shadow/80551 2007-01-18 23:37:50.000000000 -0500
+++ shadow/80551.tmp.12258 2007-01-18 23:41:02.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: atsushi at ximian.com
ReportedBy: knocte at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: XML WebServices in mono don't expose correctly Nullables so as to be consumed by proxies
+Summary: [2.0] ProtocolImporter does not handle nullable value types in <types>
Am going to paste the description posted here[1]:
Trying to test a mono web service with simple method like this:
[WebMethod(Description="Test nullables")]
@@ -62,6 +62,9 @@
[1] http://lists.ximian.com/pipermail/mono-list/2007-January/033929.html
------- Additional Comments From atsushi at ximian.com 2007-01-18 23:37 -------
Interestingly there is no public way to pass the difference between
int and int? in XmlMemberMapping which is used in ProtocolImporter
(that's why I couldn't fix this issue after cpl hours of hacking).
+
+------- Additional Comments From atsushi at ximian.com 2007-01-18 23:41 -------
+The summary was totally incorrect (it is not about ProtocolReflector).
More information about the mono-bugs
mailing list