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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 +... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
