[Mono-bugs] [Bug 79098][Min] New - SoapException's SubCode property incorrectly spelled Subcode

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 17 23:12:45 EDT 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 tekhedd at byteheaven.net.

http://bugzilla.ximian.com/show_bug.cgi?id=79098

--- shadow/79098	2006-08-17 23:12:45.000000000 -0400
+++ shadow/79098.tmp.11895	2006-08-17 23:12:45.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 79098
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: x86 linux (2.6.17-gentoo-r4 #5 SMP Tue Aug 8 23:30:43 MDT 2006 i686 AMD Turion(tm) 64 X2  AuthenticAMD GNU/Linux)
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Sys.Web.Services
+AssignedTo: lluis at ximian.com                            
+ReportedBy: tekhedd at byteheaven.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SoapException's SubCode property incorrectly spelled Subcode
+
+Description of Problem:
+
+Under microsoft's runtime, the property is SoapException.SubCode, mono has
+it with a lower case "c". Maybe this is an inaccuracy in the spec, but it
+seems wrong.
+
+Steps to reproduce the problem:
+1. Compile some code that uses mono's Subcode property
+2. Run the code under Windows.
+3. Enjoy your MissingMethodException
+
+Additional Information:
+
+I am using an axis (java) soap server. Probably not relevant but...there it is.


More information about the mono-bugs mailing list