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=79047 --- shadow/79047 2006-08-10 09:46:34.000000000 -0400 +++ shadow/79047.tmp.32649 2006-08-31 11:45:11.000000000 -0400 @@ -1,12 +1,12 @@ Bug#: 79047 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: -Status: NEW +Status: NEEDINFO Resolution: Severity: Unknown Priority: Normal Component: Sys.Web.Services AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -174,6 +174,26 @@ looked up with it enabled - resulting in the q1 namespace not being located. Changing AddNamespace() to use the same pattern as LookupNamespace() seems to correct the problem. + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-31 11:45 ------- +No, AddNamespace() is correct. When AddNamespace(string, bool) is +given false as the second parameter, it assumes that the string is +*not* atomized and thus it tries to get alternative atomized string +which is already in the corresponding XmlNameTable which is used in +this XmlNamespaceManager. + +If you change as you did, after the second call to AddNamespace() the +first atomized string incorrectly vanishes from the XmlNameTable. + +To investigate this issue, the information you provide is too +insufficient for anyone to dig into the issue (I have never written +Web Service code). Please provide: + +- The version of Mono you are using: 1.1.13.x, 1.1.16/17, daily build +or from svn. +- The application profile: 1.0 or 2.0 +- The complete way to reproduce the issue. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
