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