2009-10-07 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Dispatcher / ChangeLog
1 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * WebMessageFormatter.cs : when they serialize Wrapped message, it
4           first writes "root" and then the wrapper element.
5
6 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * WebMessageFormatter.cs : JSON writer does not support namespace.
9
10 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * WebMessageFormatter.cs : it was not returning value with correct
13           wrapper name/namespace. Fix interop with .NET client.
14
15 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * WebMessageFormatter.cs : Made the same prohibition for dispatch
18           formatters too. Support WebMessageBodyStyle on dispatcher side too.
19
20 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * WebMessageFormatter.cs : override some serialization methods as
23           prohibited.
24
25 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * WebHttpDispatchOperationSelector.cs : use common extension method.
28         * WebMessageFormatter.cs : support WebMessageBodyStyle(.Wrapped*).
29           Cache serializers.
30
31 2009-07-28  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * WebMessageFormatter.cs : apply OutgoingRequest if available.
34
35 2008-04-16  Atsushi Enomoto  <atsushi@ximian.com>
36
37         * WebMessageFormatter.cs : now that ReadObject() verifies
38           by default, it broke deserialization. Fixed it.
39
40 2008-02-18  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * JsonQueryStringConverter.cs : implemented.
43
44 2008-02-17  Atsushi Enomoto  <atsushi@ximian.com>
45
46         * WebMessageFormatter.cs : implement WebOperationContext support.
47
48 2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * WebHttpDispatchOperationSelector.cs : some code cleanup.
51
52 2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * WebMessageFormatter.cs : fixed content-type typo.
55
56 2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * WebMessageFormatter.cs : implemented DeserializeReply().
59           It was wrong to have one MessageDescription in a formatter, as
60           they are different between serialization and deserialization.
61
62 2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>
63
64         * WebMessageFormatter.cs : oops oops. not "encoding" but "charset".
65
66 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
67
68         * WebMessageFormatter.cs : hack SerializeReply().
69           Add WebBodyFormat property 
70
71 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
72
73         * WebMessageFormatter.cs : implement DeserializeRequest().
74
75 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * WebMessageFormatter.cs : attach a HttpRequestMessageProperty when
78           creating a request Message.
79
80 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
81
82         * WebHttpDispatchOperationSelector.cs : implemented large part of it.
83         * WebMessageFormatter.cs : moved BuildUriTemplate to WebAttributeInfo.
84
85 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
86
87         * WebMessageFormatter.cs : pass WebHttpBehavior too.
88
89 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
90
91         * WebMessageFormatter.cs : pass QueryStringConverter which is used to
92           convert parameter objects to the components of the request URI.
93
94 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
95
96         * WebMessageFormatter.cs : new message formatter that is created
97           from WebHttpBehavior and handles [WebGet] or [WebInvoke]. Not done.
98
99 2008-02-13  Atsushi Enomoto  <atsushi@ximian.com>
100
101         * QueryStringConverter.cs : I could just check null parameter.
102
103 2008-02-13  Atsushi Enomoto  <atsushi@ximian.com>
104
105         * QueryStringConverter.cs: CanConvert() supports cpl more types.
106           Implemented ConvertStringToValue() and ConvertValueToString().
107
108 2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>
109
110         * WebHttpDispatchOperationSelector.cs : stubbed members.
111
112 2008-02-07  Atsushi Enomoto  <atsushi@ximian.com>
113
114         * JsonQueryStringConverter.cs, QueryStringConverter.cs,
115           WebHttpDispatchOperationSelector.cs : mostly stubs.