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