[Mono-bugs] [Bug 80131][Nor] New - SOAP: Values for out parameters are ignored
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Dec 2 12:51:17 EST 2006
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=80131
--- shadow/80131 2006-12-02 12:51:17.000000000 -0500
+++ shadow/80131.tmp.13004 2006-12-02 12:51:17.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 80131
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.XML
+AssignedTo: atsushi at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: SOAP: Values for out parameters are ignored
+
+Currently, Mono does not handle values specified for out parameters
+correctly.
+
+Note: I haven't looked into it yet, so the issue might not be limited to
+out parameters.
+
+To reproduce:
+1. extract the attached (gzipped) tar archive.
+2. compile the three C# source files (or use the included NAnt script).
+3. run the test app.
+
+Expected result:
+
+No output and zero exit code.
+
+Actual result:
+
+Unhandled Exception: AssertException: Expected 5 but was 0. #B3
+...
More information about the mono-bugs
mailing list