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