[Mono-bugs] [Bug 81430][Wis] Changed - Namespace error in SOAP XML

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Apr 23 06:57:35 EDT 2007


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 emsa at devdep.com.

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

--- shadow/81430	2007-04-23 06:45:49.000000000 -0400
+++ shadow/81430.tmp.19681	2007-04-23 06:57:35.000000000 -0400
@@ -53,6 +53,24 @@
 </soap:Envelope>
 
 ------- Additional Comments From atsushi at ximian.com  2007-04-23 06:45 -------
 It looks strange... unless you are putting wrong XML here, there seems
 no difference other than the actual "username" value between those
 SOAP messages.
+
+------- Additional Comments From emsa at devdep.com  2007-04-23 06:57 -------
+Sorry for the user vs username - but no that is not the problem, with
+the mono generated message jboss says:
+
+--
+org.jboss.xb.binding.JBossXBRuntimeException: Requested element
+{urn:service:report:types}username is not allowed in this position in
+the sequence. The next element should be username
+--
+
+with the <loginRequest xmlns='urn:service:report:types'> line the
+sub-elements ends up in the 'urn:service:report:types'-namespace but
+they should have no namespace.
+
+From what I understand the line should read: <tns:loginRequest
+xmlns:tns='urn:service:report:types'> preventing the sub-nodes ending
+up in the wrong namespace.


More information about the mono-bugs mailing list