* HttpSimpleClientProtocol.cs, HttpWebClientProtocol.cs,
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Protocols / ChangeLog
index 01f02c69e944bac3a9dd87202469e81e730b9725..b720184fc0e68c7ca84885ac9627d195f784972f 100644 (file)
@@ -1,3 +1,38 @@
+2004-07-10  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * HttpSimpleClientProtocol.cs, HttpWebClientProtocol.cs, 
+         SoapClientMessage.cs, SoapHttpClientProtocol.cs, SoapServerMessage.cs:
+         Added 2.0 stubs.
+       * SoapException.cs, SoapHeader.cs, SoapHeaderException.cs, SoapMessage.cs,
+         SoapRpcMethodAttribute.cs, SoapRpcServiceAttribute.cs: Implemented some
+         new methods and properties.
+       * WebClientProtocol.cs: uri field must be internal.
+
+2004-07-05  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * Methods.cs: When using RPC, ignore RequestElementName and MessageName, 
+         and always uses the method name (MS.NET seems to do this).
+
+2004-07-02  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * XmlReturnWriter.cs: Add XmlIncludes to the reflection importer when
+         reflecting the return type.
+
+2004-07-01  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * Methods.cs: Check for null when looking for a header serializer, since
+         unknown headers don't have a serializer.
+       * SoapHeader.cs: Check for empty string before setting 
+         EncodedMustUnderstand.
+
+2004-07-01  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * Methods.cs, SoapMessage.cs: Added support for unknown headers.
+       * SoapHeader.cs, SoapUnknownHeader.cs: Added new constructor that takes an
+         XmlElement with header info.
+       * WebServiceHelper.cs: Write the encodingStyle attribute when using the
+         encoded format. Added support for unknown headers.
+
 2004-06-22  Lluis Sanchez Gual  <lluis@ximian.com>
 
        * XmlReturnReader.cs, XmlReturnWriter.cs: Generate the serializer with