[Mono-bugs] [Bug 58853][Wis] New - [System.Runtime.Serialization.Formatters.Soap] Soap writer/reader don't support headers

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 22 May 2004 10:19:23 -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-22 10:19:23.000000000 -0400
+++ shadow/58853.tmp.11986	2004-05-22 10:19:23.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 58853
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: totte@hiddenpeaks.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [System.Runtime.Serialization.Formatters.Soap] Soap writer/reader don't support headers
+
+The SoapFormater doesn't support headers (SOAP:Header) and therefore it's 
+currently impossible to implement CallContext for Http remoting channel.
+
+When using SoapFormater:Serialize(stream, graph, headers) headers are 
+ignored instead of creating a SOAP:Headers / SOAP:Header foreach 
+System.Runtime.Remoting.Header in the header array.
+
+Same goes for Deserialize that should call HeaderHandler for each soap 
+header found.
+
+(this is in wrong section (corlib))