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