[Mono-bugs] [Bug 459790] SoapRpcMethod based webservices return HTTP 500 error with Mono 2.0.1 Runtime
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Aug 24 22:35:03 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=459790
User mailing at mono.developer.kr added comment
http://bugzilla.novell.com/show_bug.cgi?id=459790#c30
J.P. Park <mailing at mono.developer.kr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mailing at mono.developer.kr
--- Comment #30 from J.P. Park <mailing at mono.developer.kr> 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.
More information about the mono-bugs
mailing list