bd8bd2041f1726dff19c028af59e41facaa72105
[mono.git] / mcs / class / Microsoft.Web.Services / ChangeLog
1 2003-09-29  Todd Berman <tberman@gentoo.org>
2
3         * Microsoft.Web.Services.Addressing/AddressingHeaders.cs: Partially 
4         stubbed.
5         * Microsoft.Web.Services/SoapContext.cs: using AddressingHeaders now.
6
7 2003-09-25  Todd Berman <tberman@gentoo.org>
8
9         * Microsoft.Web.Services/SoapContext.cs: Added Action, To and ReplyTo
10         properties.
11         * Microsoft.Web.Services.Addressing/
12                 Action.cs:
13                 Address.cs:
14                 AttributedUri.cs:
15                 AttributedUriString.cs:
16                 EndpointReference.cs:
17                 EndpointReferenceType.cs:
18                 ReplyTo.cs:
19                 To.cs: Partially stubbed.
20         * Microsoft.Web.Services.Messaging/SoapReceiver.cs: Added protected
21         abstract method Receive.
22         * Microsoft.Web.Services.Messaging/
23                 SoapReceivers.cs: 
24                 SoapSender.cs: Partially stubbed.
25         * Microsoft.Web.Services.Xml/IXmlElement.cs: Moved to the Xml namespace
26         which is where MS has it, added the namespace to classes that needed it
27         * Microsoft.Web.Services.Xml/OpenAttributeElement.cs: Partially stubbed
28         * Microsoft.Web.Services.dll.sources: Added new files.
29         
30 2003-09-06  Sebastien Pouliot  <spouliot@videotron.ca>
31
32         * Microsoft.Web.Services.dll.sources: Added stubbed input/output soap 
33         filters for Routing and Referral so Configuration can be compiled.
34
35 2003-09-06  Sebastien Pouliot  <spouliot@videotron.ca>
36
37         * Microsoft.Web.Services.dll.sources: Added another shared (and 
38         renamed) file from System.Security assembly (Signature.cs ->
39         SignedXmlSignature.cs).
40
41 2003-09-05  Sebastien Pouliot  <spouliot@videotron.ca>
42
43         * Microsoft.Web.Services.dll.sources: Added stubbed classes from
44         Microsoft.Web.Services.Configuration to fix compilation.
45
46 2003-09-04  Sebastien Pouliot  <spouliot@videotron.ca>
47
48         * Makefile: Added reference to System.Security assembly and a define
49         for WSE1 (required for classes shared between SS and WSE).
50         * Microsoft.Web.Services.dll.sources: Added (shared) files from
51         System.Security assembly. Removed unused files. Added Assembly files.
52
53 2003-09-04  Duncan Mak  <duncan@ximian.com>
54
55         * Integrate the files from Sebastien.
56
57 2003-09-02  Duncan Mak  <duncan@ximian.com>
58
59         * Microsoft.Web.Services/Soap.cs:
60         * Microsoft.Web.Services/IXmlElement.cs: Implemented. 
61
62 2003-09-02  Daniel Kornhauser  <dkor@alum.mit.edu>
63
64         * Microsoft.Web.Services: All Exceptions in this assembly
65         implemented.