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