http://bugzilla.novell.com/show_bug.cgi?id=459790

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=459790#c30


J.P. Park <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #30 from J.P. Park <[email protected]>  2009-08-24 20:34:52 
MDT ---
I found a bug in InternalRemotingServices.cs and MetaDataExporter.cs. It
returns wrong namespace in soap body tag.

I create a project for testing, its name is "MyProject" and assembly name is
"MyProject.dll".

It return like below example.

<operation name="Test">
... skip...
<soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
namespace="http://schemas.microsoft.com/clr/nsassem/MyProject/MyProject"; />

After correction, it must be as below.

<operation name="Test">
... skip...
<soap:body ... skip... nsassem/MyProject.Test/MyProject" />


Mono: Mono 2.4.3.2 (tar ball compiled.)
Server: Self-hosting .net remoting server
Client: PHP SoapClient
Issued method: GetXMLNamespace (MetaDataExporter.cs)

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to