[Mono-devel-list] [PATCH] fix for bug 53117
Eran Domb
erand at mainsoft.com
Wed Jan 21 04:24:12 EST 2004
Hello,
Here is a patch for bug 53117.
Index: Methods.cs
===================================================================
RCS file:
/cvs/public/mcs/class/System.Web.Services/System.Web.Services.Protocols/Methods.cs,v
retrieving revision 1.26
diff -u -r1.26 Methods.cs
--- Methods.cs 19 Jan 2004 20:21:26 -0000 1.26
+++ Methods.cs 21 Jan 2004 09:00:58 -0000
@@ -395,7 +395,7 @@
if (faultSerializerId == -1)
{
XmlReflectionImporter ri = new XmlReflectionImporter ();
- XmlTypeMapping tm = ri.ImportTypeMapping (typeof(Fault));
+ XmlTypeMapping tm = ri.ImportTypeMapping
(typeof(Fault), WebServiceHelper.SoapEnvelopeNamespace);
faultSerializerId = RegisterSerializer (tm);
}
methods_byaction [res.Action] = res;
If no one object I will commit.
Thanks,
Eran
More information about the Mono-devel-list
mailing list