[Mono-bugs] [Bug 79047][Nor] Changed - Mono does not resend xmlns as required

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 31 11:45:11 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 atsushi at ximian.com.

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: lluis at ximian.com                            
 ReportedBy: nathan at mammoth.com.au               
@@ -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 atsushi at ximian.com  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.
+


More information about the mono-bugs mailing list