* XmlFormatExtensionPointAttribute.cs: AllowElements is true by
[mono.git] / mcs / class / System.Web.Services / System.Web.Services / ChangeLog
1 2005-06-08  Konstantin Triger <kostat@mainsoft.com>
2
3         * WebMethodAttribute.cs: Added TARGET_J2EE ifdef to remove the EnterpiseServices dependency, which are not supported yet under this target
4
5 2004-08-25  Lluis Sanchez Gual <lluis@novell.com>
6
7         * WebService.cs: Get the HttpContext from the HttpContext.Current, do not
8           wait to be set with SetContext. In this way the context is available
9           in the web service constructor.
10
11 2004-07-13  Lluis Sanchez Gual <lluis@ximian.com>
12
13         * WebServiceBindingAttribute.cs, WsiClaims.cs: Added missing attributes.
14
15 2004-07-10  Lluis Sanchez Gual <lluis@ximian.com>
16
17         * WebService.cs: Added SoapVersion property.
18         * WebServiceBindingAttribute.cs: New 2.0 properties.
19         * WsiClaims.cs: Added new enumeration.
20
21 2004-05-12  Lluis Sanchez Gual <lluis@ximian.com>
22
23         * WebService.cs: Take the session from the context.
24
25 2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26
27         * WebService.cs: added a HttpSessionState field and a setter method.
28         Session now returns null if EnableSession is not set for the method
29         invoked.
30
31 2004-02-05  Alon Gazit <along@mainsoft.com>
32
33         * WebMethodAttribute.cs:
34         * WebServicesDescriptionAttribute.cs:
35         * WebServiceAttribute.cs:
36         * WebServiceBindingAttribute.cs: This attribute is inherited by derived
37                 classes.changed the AttributeUsage attribute.
38         
39 2004-02-05  Alon Gazit <along@mainsoft.com>
40
41         * WebServiceBindingAttribute.cs: This attribute is multiuse.
42         Changed the AttributeUsage attribute.
43
44 2004-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
45
46         * WebService.cs: added SetContext ().
47
48 2003-02-25  Dave Bettin <dave@opendotnet.com>
49         * WebService.cs:
50                 Changed private application to HttpContext
51
52 2002-08-19  Tim Coleman <tim@timcoleman.com>
53         * WebService.cs:
54                 Change the attribute on Application to Description
55                 instead of WebServicesDescription.2002-08-19  Tim Coleman
56
57 2002-08-15  Tim Coleman <tim@timcoleman.com>
58         * WebServicesDescriptionAttribute:
59                 Added Description property.  Should've known I spoke
60                 too soon about being complete. :-)
61
62 2002-08-07  Tim Coleman <tim@timcoleman.com>
63         * WebMethodAttribute.cs:
64                 Remove FIXME and reorganize constructors to all
65                 call this () with the big constructor.
66         * WebServiceAttribute.cs:
67                 Remove FIXME.
68         * WebServiceBindingAttribute.cs:
69                 Remove FIXME, and change ns to be String.Empty by
70                 default (this is the MS implementation).  Reorganize
71                 constructors.
72         * WebServicesDescriptionAttribute.cs:
73                 Code reformat.
74         * TODOAttribute.cs:
75                 Changed namespace.
76
77                 *** This namespace should now be complete. ***
78
79 2002-07-23  Tim Coleman <tim@timcoleman.com>
80         * WebService.cs: 
81                 Change Description to WebServicesDescription
82         * WebServicesDescriptionAttribute.cs:
83                 Add back constructor as MS build doesn't
84                 seem to like it missing.  Now calls base()
85                 with the string.  Also remove the sealed
86                 modifier and change the attribute targets.
87
88 2002-07-23  Tim Coleman <tim@timcoleman.com>
89         * WebServicesDescriptionAttribute.cs:
90                 Removed the "guts" because they are defined in
91                 System.ComponentModel.DescriptionAttribute.
92         * WebService.cs:
93                 Added attributes which were missing based on the
94                 class status page.  Also added an HttpApplication
95                 object and modified the properties to use that
96                 object.
97
98 2002-07-22 Tim Coleman <tim@timcoleman.com>
99         * WebServicesDescriptionAttribute.cs:
100                 Added for build in System.Web.Services.Protocols
101
102 2002-07-22  Tim Coleman <tim@timcoleman.com>
103         * WebMethodAttribute.cs: 
104                 Remove comments around TransactionOption bits
105                 because I added that enum.
106         * WebServiceAttribute.cs:
107         * WebServiceBindingAttribute.cs:
108                 Added "sealed" to protection level, which I missed
109                 before.
110
111 2002-07-19 Tim Coleman  <tim@timcoleman.com>
112         * ChangeLog:
113         * TODOAttribute.cs:
114         * WebMethodAttribute.cs:
115         * WebService.cs:
116         * WebServiceAttribute.cs:
117         * WebServiceBindingAttribute.cs:
118                 Initial implementation