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