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