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