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