* SoapClientMessage.cs : oops, SoapVersion is only 2.0. svn path=/branches/atsushi/mcs/; revision=69711
@@ -1,3 +1,7 @@
+2006-12-19 Atsushi Enomoto <[email protected]>
+
+ * SoapClientMessage.cs : oops, SoapVersion is only 2.0.
2006-12-19 Atsushi Enomoto <[email protected]>
* SoapHttpClientProtocol.cs :
@@ -59,8 +59,10 @@ namespace System.Web.Services.Protocols {
this.client = client;
this.url = url;
Parameters = parameters;
+#if NET_2_0
if (SoapVersion == SoapProtocolVersion.Soap12)
ContentType = "application/soap+xml";
+#endif
}
#endregion