Switch to compiler-tester
[mono.git] / mcs / class / System.Web.Services / System.Web.Services / ChangeLog
index 5bf15ba35e52717853104f78b9ea6753b77c398e..f29c30bce0a4a513d60342d17f92d6815e51aebf 100644 (file)
@@ -1,3 +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.