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