Switch to compiler-tester
[mono.git] / mcs / class / System.Web.Services / System.Web.Services / ChangeLog
index 019a79b25a15a9ade7ae7b1f24c7b01bbbf1bed5..f29c30bce0a4a513d60342d17f92d6815e51aebf 100644 (file)
@@ -1,9 +1,23 @@
+2005-06-08  Konstantin Triger <kostat@mainsoft.com>
+
+       * WebMethodAttribute.cs: Added TARGET_J2EE ifdef to remove the EnterpiseServices dependency, which are not supported yet under this target
+
 2004-08-25  Lluis Sanchez Gual <lluis@novell.com>
 
        * WebService.cs: Get the HttpContext from the HttpContext.Current, do not
          wait to be set with SetContext. In this way the context is available
          in the web service constructor.
 
+2004-07-13  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * WebServiceBindingAttribute.cs, WsiClaims.cs: Added missing attributes.
+
+2004-07-10  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * WebService.cs: Added SoapVersion property.
+       * WebServiceBindingAttribute.cs: New 2.0 properties.
+       * WsiClaims.cs: Added new enumeration.
+
 2004-05-12  Lluis Sanchez Gual <lluis@ximian.com>
 
        * WebService.cs: Take the session from the context.