Revert 90304, it broke the build
[mono.git] / mcs / class / System.Web.Services / ChangeLog
1 2007-10-05  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * System.Web.Services_test.dll.sources : added WebServiceTest.cs.
4
5 2007-05-08  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * System.Web.Services.dll.sources :
8           removed SoapClientMethod.cs (not in use).
9         * System.Web.Services_test.dll.sources :
10           added LogicalMethodInfoTest.cs.
11
12 2007-04-23  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * System.Web.Services_test.dll.sources: added SoapServerType.cs.
15
16 2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * System.Web.Services_test.dll.sources: added TypeTypeConverter.cs.
19
20 2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * System.Web.Services_test.dll.sources:
23           Added ServiceDescriptionImporterTest.cs.
24         * Makefile : added test2.wsdl to EXTRA_DISTFILES.
25
26 2007-01-15  Gert Driesen  <drieseng@users.sourceforge.net>
27
28         * System.Web.Services_test.dll.sources: added SocketResponder.cs and
29         SoapHttpClientProtocolTest.cs.
30
31 2006-12-15  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * System.Web.Services_test.dll.sources :
34           added ServiceDescriptionFormatExtensionCollectionTest.cs.
35
36 2006-12-01  Atsushi Enomoto  <atsushi@ximian.com>
37
38         * Makefile : added wsdl-1.1-soap.xsd to the build and distfiles.
39
40 2006-11-30  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * System.Web.Services.dll.sources :
43           added BasicProfileViolationEnumerator.cs.
44
45 2006-11-28  Atsushi Enomoto  <atsushi@ximian.com>
46
47         * System.Web.Services.dll.sources : added SOAP 1.2 Fault serializer
48           files (fault-12.genxs, Fault12.cs and Fault12Serializer.cs).
49
50 2006-11-16  Atsushi Enomoto  <atsushi@ximian.com>
51
52         * System.Web.Services.dll.sources : added/removed/replaced 2.0 server
53           protocol classes in S.W.S.Protocols.
54
55 2006-11-15  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * System.Web.Services_test.dll.sources : added WebReferenceTest.cs.
58
59 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
60
61         * System.Web.Services.dll.sources :
62           added WebReferenceOptionsSerializer.cs.
63
64 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
65
66         * System.Web.Services.dll.sources : added WebReferenceOptions.cs.
67         * System.Web.Services_test.dll.sources :
68           added WebReferenceOptionsTest.cs.
69         * Makefile: added web-reference.xsd to resources and dist files.
70
71 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
72
73         * System.Web.Services.dll.sources : removed obsolete WsiClaims.cs.
74
75 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * Makefile : added *.wsdl to the build.
78           Added wsdl and genxs to EXTRA_DISTFILES.
79
80 2006-09-06  Vladimir Krasnov <vladimirk@mainsoft.com>
81
82         * System.Web.Services20.vmwcsproj: added
83         ServiceDescriptionSerializerBase2.cs for 2.0 
84
85 2006-09-05  Ankit Jain  <jankit@novell.com>
86
87         * System.Web.Services.dll.sources: Add
88         ServiceDescriptionSerializerBase2.cs
89
90 2006-06-16  Raja R Harinath  <rharinath@novell.com>
91
92         * Makefile (EXTRA_DISTFILES): New.
93         Add Test/System.Web.Services.Description/test.wsdl.
94
95 2006-06-08  Chris Toshok  <toshok@ximian.com>
96
97         * Makefile (LIB_MCS_FLAGS): remove the CONFIGURATION_2_0 define.
98         NET_2_0 implies this now.
99
100 2006-03-15  Vladimir Krasnov  <vladimirk@mainsoft.com>
101
102         * System.Web.Services.vmwcsproj: fixed links to Consts.cs, Locale.cs
103         and MonoTODOAttribute.cs
104
105 2006-03-12  Vladimir Krasnov  <vladimirk@mainsoft.com>
106
107         * Added System.Web.Services.vmwcsproj, Grasshopper project file
108
109 2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
110
111         * System.Web.Services_test.dll.sources: Added 
112         ServiceDescriptorReflectorTest.cs.
113
114 2006-01-09  Chris Toshok  <toshok@ximian.com>
115
116         * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
117         CONFIGURATION_2_0 to use the new System.Configuration api.
118
119 2006-01-05  Chris Toshok  <toshok@ximian.com>
120
121         * System.Web.Services_test.dll.sources: enable a bunch of the 2.0
122         configuration tests.  Just Element types for now.  Collections
123         coming soon.
124
125 2006-01-03  Chris Toshok  <toshok@ximian.com>
126
127         * System.Web.Services.dll.sources: add the 2.0 config classes.
128
129         * Makefile (LIB_MCS_FLAGS): if PROFILE == net_2_0, include
130         -r:System.Configuration.dll
131
132 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
133
134         * System.Web.Services_test.dll.sources : added ServiceDescriptionTest.cs
135
136 2004-07-14  Lluis Sanchez Gual <lluis@ximian.com>
137
138         * System.Web.Services.dll.sources: Added new files:
139                 System.Web.Services.Description/BasicProfileChecker.cs
140                 System.Web.Services.Description/ConformanceChecker.cs
141
142 2004-07-13  Lluis Sanchez Gual <lluis@ximian.com>
143
144         * System.Web.Services.dll.sources: Added new files:
145                 System.Web.Services.Description/BasicProfileViolation.cs
146                 System.Web.Services.Description/BasicProfileViolationCollection.cs
147                 System.Web.Services.Description/NamedItem.cs
148                 System.Web.Services.Description/Soap12AddressBinding.cs
149                 System.Web.Services.Description/Soap12Binding.cs
150                 System.Web.Services.Description/Soap12BodyBinding.cs
151                 System.Web.Services.Description/Soap12FaultBinding.cs
152                 System.Web.Services.Description/Soap12HeaderBinding.cs
153                 System.Web.Services.Description/Soap12OperationBinding.cs
154                 System.Web.Services.Description/WebReference.cs
155                 System.Web.Services.Description/WebReferenceCollection.cs
156                 System.Web.Services.Description/WebServicesInteroperability.cs
157
158 2004-07-10  Lluis Sanchez Gual <lluis@ximian.com>
159
160         * System.Web.Services.dll.sources: Added 2.0 files:
161                 System.Web.Services/WsiClaims.cs
162                 System.Web.Services.Protocols/InvokeCompletedEventArgs.cs
163                 System.Web.Services.Protocols/InvokeCompletedEventHandler.cs
164                 System.Web.Services.Protocols/Soap12FaultCodes.cs
165                 System.Web.Services.Protocols/SoapFaultSubcode.cs
166                 System.Web.Services.Protocols/SoapProtocolVersion.cs
167
168 2004-02-27  Lluis Sanchez Gual <lluis@ximian.com>
169
170         * System.Web.Services.dll.sources: Added System.Web.Services.Protocols/Fault.cs.
171
172 2003-10-10  Lluis Sanchez Gual <lluis@ximian.com>
173
174         * DiscoveryDocumentSerializer.cs: New file.
175
176 2003-10-06  Lluis Sanchez Gual <lluis@ximian.com>
177
178         * System.Web.Services.dll.sources: Added 
179                 System.Web.Services.Description/HttpGetProtocolImporter.cs
180                 System.Web.Services.Description/HttpPostProtocolImporter.cs
181                 System.Web.Services.Description/HttpSimpleProtocolImporter.cs
182
183 2003-10-04  Lluis Sanchez Gual  <lluis@ximian.com>
184
185         * System.Web.Services.dll.sources: Added 
186                 System.Web.Services.Description/HttpGetProtocolReflector.cs
187                 System.Web.Services.Description/HttpPostProtocolReflector.cs
188                 System.Web.Services.Description/HttpSimpleProtocolReflector.cs
189
190 2003-09-28  Lluis Sanchez Gual  <lluis@ximian.com>
191
192         * System.Web.Services.dll.sources: Added 
193                 System.Web.Services.Protocols/HttpGetTypeStubInfo.cs,
194                 System.Web.Services.Protocols/HttpGetWebServiceHandler.cs,
195                 System.Web.Services.Protocols/HttpPostTypeStubInfo.cs,
196                 System.Web.Services.Protocols/HttpPostWebServiceHandler.cs,
197                 System.Web.Services.Protocols/HttpSimpleTypeStubInfo.cs,
198                 System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs,
199                 System.Web.Services.Protocols/TypeStubManager.cs
200
201 2003-09-28  Lluis Sanchez Gual  <lluis@ximian.com>
202
203         * System.Web.Services.dll.sources: Added SoapHttpTransportImporter.cs.
204
205 2003-09-14  Lluis Sanchez Gual  <lluis@ximian.com>
206
207         * System.Web.Services_test.dll.sources: Added BindingCollectionTest.cs 
208           ChangeLog DocumentableItemTest.cs OperationCollectionTest.cs 
209           OperationMessageCollectionTest.cs OperationMessageTest.cs 
210           PortTypeCollectionTest.cs PortTypeTest.cs ServiceCollectionTest.cs 
211           ServiceDescriptionCollectionTest.cs 
212           SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
213           New test files by Erik LeBel.
214           
215 2003-08-01  Lluis Sanchez Gual  <lluis@ximian.com>
216
217         * System.Web.Services.dll.sources: Added ExtensionManager.cs, 
218           ServiceDescriptionSerializerBase.cs
219
220 2003-08-28  Lluis Sanchez Gual  <lluis@ximian.com>
221
222         * System.Web.Services.dll.sources: Added System.Web.Services.Protocols.SoapDocumentationHandler
223
224 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
225
226         * System.Web.Services.dll.sources: Added Assembly/AssemblyInfo.cs, Assembly/Locale.cs
227
228 2003-07-04  Lluis Sanchez Gual  <lluis@ximian.com>
229
230         * list: added System.Web.Services.Protocols.HttpSoapWebServiceHandler.cs and
231           System.Web.Services.Protocols.WebServiceHelper.cs.
232
233 2003-02-25  Dave Bettin <dave@opendotnet.com>
234         * Test: Modified test cases to conform to nunit2 guidelines
235
236 2002-08-24  Tim Coleman <tim@timcoleman.com>
237         * list:
238                 New files added to build.
239
240 2002-08-23  Tim Coleman <tim@timcoleman.com>
241         * list:
242                 New files added to build.
243
244 2002-08-07  Tim Coleman <tim@timcoleman.com>
245         * System.Web.Services.build:
246                 Added "test" target to build.
247                 Added "clean" target to build.
248         * Test:
249                 New test suites added.
250
251 2002-08-06  Tim Coleman <tim@timcoleman.com>
252         * list: Added System.Web.Services.Protocols/ServerProtocol.cs
253
254 2002-07-29  Dave Bettin <javabettin@yahoo.com>
255         * list: added new Discovery classes
256         * System.Web.Services.Discovery: added stubs
257         * .cvsignore: added
258         * Mono.System.Web.Services: added VS.net project for assembly
259
260 2002-07-25  Tim Coleman <tim@timcoleman.com>
261         * list: add new classes
262
263 2002-07-24  Tim Coleman <tim@timcoleman.com>
264         * list:
265                 Added System.Web.Services.Description/SoapProtocolReflector.cs
266
267 2002-07-22  Tim Coleman <tim@timcoleman.com>
268         * makefile.gnu:
269         * list:
270                 Modifications to make this library buildable on
271                 linux.
272                 
273
274 2002-07-22  Tim Coleman <tim@timcoleman.com>
275         * list: Added new files from System.Web.Services.Protocols
276                 and System.Web.Services.Configuration
277
278 2002-07-19  Tim Coleman <tim@timcoleman.com>
279         * list: Added
280
281 2002-07-19  Tim Coleman <tim@timcoleman.com>
282         * System.Web.Services.build: added
283         * System.Web.Services:
284         * System.Web.Services.Configuration:
285         * System.Web.Services.Description:
286         * System.Web.Services.Discovery:
287         * System.Web.Services.Protocols:
288                 New directories added