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