http://bugzilla.novell.com/show_bug.cgi?id=551745

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=551745#c9


Christian Weyer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3 - Medium                 |P2 - High




--- Comment #9 from Christian Weyer <[email protected]>  
2009-11-04 16:12:57 MST ---
Closer... yes.
But the custom message header is not added to the message at all on the client
side. Therefore the server/service being called complains ;)
Seems like a bug that the header is not added through this code:

using (var scope = new OperationContextScope (proxy.InnerChannel)) 
{
   OperationContext.Current.OutgoingMessageHeaders.Add (new
SecurityMessageHeader (token));

   proxy.GetClaimsAsync ();
}

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to