[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:59:05 -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 totte@hiddenpeaks.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58853

--- shadow/58853	2004-05-25 12:55:07.000000000 -0400
+++ shadow/58853.tmp.28347	2004-05-25 12:59:05.000000000 -0400
@@ -42,6 +42,14 @@
 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.
+
+------- Additional Comments From totte@hiddenpeaks.com  2004-05-25 12:59 -------
+I agree, we can call HeaderHandler when we detect a new handler (this 
+way we can simulate a bit of the behavior)
+
+otherwise it's easier to modify the current code to support 
+CallContext etc if the headers get's into SoapMessage.
+