[Mono-bugs] [Bug 58853][Nor] Changed - [System.Runtime.Serialization.Formatters.Soap] Soap writer/reader don't support headers
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 12:55:07 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58853
--- shadow/58853 2004-05-22 10:51:06.000000000 -0400
+++ shadow/58853.tmp.28280 2004-05-25 12:55:07.000000000 -0400
@@ -34,6 +34,14 @@
This is used by MS to create a empty MethodResponse and pass in the
MethodResponse.HeaderHandler and get a initialized object back
(ignoring the return object)
Lluis, anything we can reuse from our binary serializer?
+
+------- Additional Comments From lluis@ximian.com 2004-05-25 12:55 -------
+This HeaderHandler stuff is undocumented and it is hard to understand
+how it works. I think that the easiest way to add support for headers
+is to handle everything in SoapMessage. If the SoapMessage being
+serialized contains headers, they will be serialized. If the message
+being deserialized contains headers, they will be added to the
+SoapMessage.