Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Web.Services « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97173267507d13c61a0a912ea19759a4e8308ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
2010-06-04  Jb Evain  <jbevain@novell.com>

	* monotouch_System.Web.Services.dll.sources: add HttpEncoder from
	System.Web. Fixes the build.

2009-09-30  Miguel de Icaza  <miguel@novell.com>

	* Call the constructors directly for MonoTouch, instead of using
	the Activator.CreateInstance.

	I do not see why we need Activator.CreateInstance *at all* in this
	case, we should just kill that. 

2008-07-01  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services_test.dll.sources :
	  added WebServicesInteroperabilityTest.cs.
	* Makefile: updated EXTRA_DISTFILES.

2007-11-22  Arina Itkes

	* WebClientAsyncResult.cs, WebClientProtocol.cs: 
	  Synchronization fix

2007-10-05  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services_test.dll.sources : added WebServiceTest.cs.

2007-05-08  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services.dll.sources :
	  removed SoapClientMethod.cs (not in use).
	* System.Web.Services_test.dll.sources :
	  added LogicalMethodInfoTest.cs.

2007-04-23  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services_test.dll.sources: added SoapServerType.cs.

2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services_test.dll.sources: added TypeTypeConverter.cs.

2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services_test.dll.sources:
	  Added ServiceDescriptionImporterTest.cs.
	* Makefile : added test2.wsdl to EXTRA_DISTFILES.

2007-01-15  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Web.Services_test.dll.sources: added SocketResponder.cs and
	SoapHttpClientProtocolTest.cs.

2006-12-15  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services_test.dll.sources :
	  added ServiceDescriptionFormatExtensionCollectionTest.cs.

2006-12-01  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : added wsdl-1.1-soap.xsd to the build and distfiles.

2006-11-30  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services.dll.sources :
	  added BasicProfileViolationEnumerator.cs.

2006-11-28  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services.dll.sources : added SOAP 1.2 Fault serializer
	  files (fault-12.genxs, Fault12.cs and Fault12Serializer.cs).

2006-11-16  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services.dll.sources : added/removed/replaced 2.0 server
	  protocol classes in S.W.S.Protocols.

2006-11-15  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services_test.dll.sources : added WebReferenceTest.cs.

2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services.dll.sources :
	  added WebReferenceOptionsSerializer.cs.

2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services.dll.sources : added WebReferenceOptions.cs.
	* System.Web.Services_test.dll.sources :
	  added WebReferenceOptionsTest.cs.
	* Makefile: added web-reference.xsd to resources and dist files.

2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services.dll.sources : removed obsolete WsiClaims.cs.

2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : added *.wsdl to the build.
	  Added wsdl and genxs to EXTRA_DISTFILES.

2006-09-06  Vladimir Krasnov <vladimirk@mainsoft.com>

	* System.Web.Services20.vmwcsproj: added
	ServiceDescriptionSerializerBase2.cs for 2.0 

2006-09-05  Ankit Jain  <jankit@novell.com>

	* System.Web.Services.dll.sources: Add
	ServiceDescriptionSerializerBase2.cs

2006-06-16  Raja R Harinath  <rharinath@novell.com>

	* Makefile (EXTRA_DISTFILES): New.
	Add Test/System.Web.Services.Description/test.wsdl.

2006-06-08  Chris Toshok  <toshok@ximian.com>

	* Makefile (LIB_MCS_FLAGS): remove the CONFIGURATION_2_0 define.
	NET_2_0 implies this now.

2006-03-15  Vladimir Krasnov  <vladimirk@mainsoft.com>

	* System.Web.Services.vmwcsproj: fixed links to Consts.cs, Locale.cs
	and MonoTODOAttribute.cs

2006-03-12  Vladimir Krasnov  <vladimirk@mainsoft.com>

	* Added System.Web.Services.vmwcsproj, Grasshopper project file

2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>

	* System.Web.Services_test.dll.sources: Added 
	ServiceDescriptorReflectorTest.cs.

2006-01-09  Chris Toshok  <toshok@ximian.com>

	* Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
	CONFIGURATION_2_0 to use the new System.Configuration api.

2006-01-05  Chris Toshok  <toshok@ximian.com>

	* System.Web.Services_test.dll.sources: enable a bunch of the 2.0
	configuration tests.  Just Element types for now.  Collections
	coming soon.

2006-01-03  Chris Toshok  <toshok@ximian.com>

	* System.Web.Services.dll.sources: add the 2.0 config classes.

	* Makefile (LIB_MCS_FLAGS): if PROFILE == net_2_0, include
	-r:System.Configuration.dll

2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Web.Services_test.dll.sources : added ServiceDescriptionTest.cs

2004-07-14  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Web.Services.dll.sources: Added new files:
		System.Web.Services.Description/BasicProfileChecker.cs
		System.Web.Services.Description/ConformanceChecker.cs

2004-07-13  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Web.Services.dll.sources: Added new files:
		System.Web.Services.Description/BasicProfileViolation.cs
		System.Web.Services.Description/BasicProfileViolationCollection.cs
		System.Web.Services.Description/NamedItem.cs
		System.Web.Services.Description/Soap12AddressBinding.cs
		System.Web.Services.Description/Soap12Binding.cs
		System.Web.Services.Description/Soap12BodyBinding.cs
		System.Web.Services.Description/Soap12FaultBinding.cs
		System.Web.Services.Description/Soap12HeaderBinding.cs
		System.Web.Services.Description/Soap12OperationBinding.cs
		System.Web.Services.Description/WebReference.cs
		System.Web.Services.Description/WebReferenceCollection.cs
		System.Web.Services.Description/WebServicesInteroperability.cs

2004-07-10  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Web.Services.dll.sources: Added 2.0 files:
		System.Web.Services/WsiClaims.cs
		System.Web.Services.Protocols/InvokeCompletedEventArgs.cs
		System.Web.Services.Protocols/InvokeCompletedEventHandler.cs
		System.Web.Services.Protocols/Soap12FaultCodes.cs
		System.Web.Services.Protocols/SoapFaultSubcode.cs
		System.Web.Services.Protocols/SoapProtocolVersion.cs

2004-02-27  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Web.Services.dll.sources: Added System.Web.Services.Protocols/Fault.cs.

2003-10-10  Lluis Sanchez Gual <lluis@ximian.com>

	* DiscoveryDocumentSerializer.cs: New file.

2003-10-06  Lluis Sanchez Gual <lluis@ximian.com>

	* System.Web.Services.dll.sources: Added 
		System.Web.Services.Description/HttpGetProtocolImporter.cs
		System.Web.Services.Description/HttpPostProtocolImporter.cs
		System.Web.Services.Description/HttpSimpleProtocolImporter.cs

2003-10-04  Lluis Sanchez Gual  <lluis@ximian.com>

	* System.Web.Services.dll.sources: Added 
		System.Web.Services.Description/HttpGetProtocolReflector.cs
		System.Web.Services.Description/HttpPostProtocolReflector.cs
		System.Web.Services.Description/HttpSimpleProtocolReflector.cs

2003-09-28  Lluis Sanchez Gual  <lluis@ximian.com>

	* System.Web.Services.dll.sources: Added 
		System.Web.Services.Protocols/HttpGetTypeStubInfo.cs,
		System.Web.Services.Protocols/HttpGetWebServiceHandler.cs,
		System.Web.Services.Protocols/HttpPostTypeStubInfo.cs,
		System.Web.Services.Protocols/HttpPostWebServiceHandler.cs,
		System.Web.Services.Protocols/HttpSimpleTypeStubInfo.cs,
		System.Web.Services.Protocols/HttpSimpleWebServiceHandler.cs,
		System.Web.Services.Protocols/TypeStubManager.cs

2003-09-28  Lluis Sanchez Gual  <lluis@ximian.com>

	* System.Web.Services.dll.sources: Added SoapHttpTransportImporter.cs.

2003-09-14  Lluis Sanchez Gual  <lluis@ximian.com>

	* System.Web.Services_test.dll.sources: Added BindingCollectionTest.cs 
	  ChangeLog DocumentableItemTest.cs OperationCollectionTest.cs 
	  OperationMessageCollectionTest.cs OperationMessageTest.cs 
	  PortTypeCollectionTest.cs PortTypeTest.cs ServiceCollectionTest.cs 
	  ServiceDescriptionCollectionTest.cs 
	  SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
	  New test files by Erik LeBel.
	  
2003-08-01  Lluis Sanchez Gual  <lluis@ximian.com>

	* System.Web.Services.dll.sources: Added ExtensionManager.cs, 
	  ServiceDescriptionSerializerBase.cs

2003-08-28  Lluis Sanchez Gual  <lluis@ximian.com>

	* System.Web.Services.dll.sources: Added System.Web.Services.Protocols.SoapDocumentationHandler

2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* System.Web.Services.dll.sources: Added Assembly/AssemblyInfo.cs, Assembly/Locale.cs

2003-07-04  Lluis Sanchez Gual  <lluis@ximian.com>

	* list: added System.Web.Services.Protocols.HttpSoapWebServiceHandler.cs and
	  System.Web.Services.Protocols.WebServiceHelper.cs.

2003-02-25  Dave Bettin <dave@opendotnet.com>
	* Test: Modified test cases to conform to nunit2 guidelines

2002-08-24  Tim Coleman <tim@timcoleman.com>
	* list:
		New files added to build.

2002-08-23  Tim Coleman <tim@timcoleman.com>
	* list:
		New files added to build.

2002-08-07  Tim Coleman <tim@timcoleman.com>
	* System.Web.Services.build:
		Added "test" target to build.
		Added "clean" target to build.
	* Test:
		New test suites added.

2002-08-06  Tim Coleman <tim@timcoleman.com>
	* list: Added System.Web.Services.Protocols/ServerProtocol.cs

2002-07-29  Dave Bettin <javabettin@yahoo.com>
	* list: added new Discovery classes
	* System.Web.Services.Discovery: added stubs
	* .cvsignore: added
	* Mono.System.Web.Services: added VS.net project for assembly

2002-07-25  Tim Coleman <tim@timcoleman.com>
	* list: add new classes

2002-07-24  Tim Coleman <tim@timcoleman.com>
	* list:
		Added System.Web.Services.Description/SoapProtocolReflector.cs

2002-07-22  Tim Coleman <tim@timcoleman.com>
	* makefile.gnu:
	* list:
		Modifications to make this library buildable on
		linux.
		

2002-07-22  Tim Coleman <tim@timcoleman.com>
	* list: Added new files from System.Web.Services.Protocols
		and System.Web.Services.Configuration

2002-07-19  Tim Coleman <tim@timcoleman.com>
	* list: Added

2002-07-19  Tim Coleman <tim@timcoleman.com>
	* System.Web.Services.build: added
	* System.Web.Services:
	* System.Web.Services.Configuration:
	* System.Web.Services.Description:
	* System.Web.Services.Discovery:
	* System.Web.Services.Protocols:
		New directories added