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