7bb676199a99c7ed80a526ea0a65d51314c5eb47
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Dispatcher / ChangeLog
1 2010-07-14  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * WebMessageFormatter.cs : do not depend on WebOperationContext.
4           add support for Raw format request.
5
6 2010-07-14  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * WebMessageFormatter.cs : add support for Raw format.
9
10 2010-07-06  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * WebMessageFormatter.cs : add NET_2_1 profile build.
13
14 2010-05-24  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * JsonQueryStringConverter.cs : objects are regarded serializable as
17           long as they are public here, with some exceptions (not implemented).
18
19 2010-03-16  Jb Evain  <jbevain@novell.com>
20
21         * WebMessageFormatter.cs: use MOONLIGHT symbol to
22         disambiguate MonoTouch and Moonlight code.
23
24 2009-10-23  Atsushi Enomoto  <atsushi@ximian.com>
25
26         * JsonQueryStringConverter.cs
27           QueryStringConverter.cs
28           WebMessageFormatter.cs : add experimental monotouch build.
29
30 2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * WebMessageEncoder.cs : use alwaysEmitTypeInformation to output
33           object __type.
34
35 2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
36
37         * JsonQueryStringConverter.cs : add custom body name support (used.
38           for AJAX). Handle string value (in very LAMESPEC way).
39         * WebMessageFormatter.cs : add custom body name support.
40           Slightly changed reply serialization.
41           Convert deserialized values using QueryStringConverter.
42
43 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * WebMessageFormatter.cs : revert and fix wrapper name change. XML
46           and JSON have different serialization.
47
48 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * WebMessageFormatter.cs : also fix wrapped message deserialization.
51           It should expect FooResponse (body WrapperName), not FooResult
52           (ReturnValue part Name).
53
54 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
55
56         * WebMessageFormatter.cs : when they serialize Wrapped message, it
57           first writes "root" and then the wrapper element.
58
59 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
60
61         * WebMessageFormatter.cs : JSON writer does not support namespace.
62
63 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
64
65         * WebMessageFormatter.cs : it was not returning value with correct
66           wrapper name/namespace. Fix interop with .NET client.
67
68 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
69
70         * WebMessageFormatter.cs : Made the same prohibition for dispatch
71           formatters too. Support WebMessageBodyStyle on dispatcher side too.
72
73 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * WebMessageFormatter.cs : override some serialization methods as
76           prohibited.
77
78 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
79
80         * WebHttpDispatchOperationSelector.cs : use common extension method.
81         * WebMessageFormatter.cs : support WebMessageBodyStyle(.Wrapped*).
82           Cache serializers.
83
84 2009-07-28  Atsushi Enomoto  <atsushi@ximian.com>
85
86         * WebMessageFormatter.cs : apply OutgoingRequest if available.
87
88 2008-04-16  Atsushi Enomoto  <atsushi@ximian.com>
89
90         * WebMessageFormatter.cs : now that ReadObject() verifies
91           by default, it broke deserialization. Fixed it.
92
93 2008-02-18  Atsushi Enomoto  <atsushi@ximian.com>
94
95         * JsonQueryStringConverter.cs : implemented.
96
97 2008-02-17  Atsushi Enomoto  <atsushi@ximian.com>
98
99         * WebMessageFormatter.cs : implement WebOperationContext support.
100
101 2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>
102
103         * WebHttpDispatchOperationSelector.cs : some code cleanup.
104
105 2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>
106
107         * WebMessageFormatter.cs : fixed content-type typo.
108
109 2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>
110
111         * WebMessageFormatter.cs : implemented DeserializeReply().
112           It was wrong to have one MessageDescription in a formatter, as
113           they are different between serialization and deserialization.
114
115 2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * WebMessageFormatter.cs : oops oops. not "encoding" but "charset".
118
119 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
120
121         * WebMessageFormatter.cs : hack SerializeReply().
122           Add WebBodyFormat property 
123
124 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
125
126         * WebMessageFormatter.cs : implement DeserializeRequest().
127
128 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
129
130         * WebMessageFormatter.cs : attach a HttpRequestMessageProperty when
131           creating a request Message.
132
133 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
134
135         * WebHttpDispatchOperationSelector.cs : implemented large part of it.
136         * WebMessageFormatter.cs : moved BuildUriTemplate to WebAttributeInfo.
137
138 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
139
140         * WebMessageFormatter.cs : pass WebHttpBehavior too.
141
142 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
143
144         * WebMessageFormatter.cs : pass QueryStringConverter which is used to
145           convert parameter objects to the components of the request URI.
146
147 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
148
149         * WebMessageFormatter.cs : new message formatter that is created
150           from WebHttpBehavior and handles [WebGet] or [WebInvoke]. Not done.
151
152 2008-02-13  Atsushi Enomoto  <atsushi@ximian.com>
153
154         * QueryStringConverter.cs : I could just check null parameter.
155
156 2008-02-13  Atsushi Enomoto  <atsushi@ximian.com>
157
158         * QueryStringConverter.cs: CanConvert() supports cpl more types.
159           Implemented ConvertStringToValue() and ConvertValueToString().
160
161 2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>
162
163         * WebHttpDispatchOperationSelector.cs : stubbed members.
164
165 2008-02-07  Atsushi Enomoto  <atsushi@ximian.com>
166
167         * JsonQueryStringConverter.cs, QueryStringConverter.cs,
168           WebHttpDispatchOperationSelector.cs : mostly stubs.