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