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