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: 67647d8add1066f2b69be41515e507da9d7f1626 (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
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