rhwinzin wrote: > > I have to put that SAML assertion into the SOAP header, but I don't have > an idea how to accomplish this (or where I can find elaborate > documenation). I read various related threads of cxf-users, but in the > end, it didn't help. >
Use handlers or CXF interceptors: http://www.jroller.com/gmazza/entry/jaxws_handler_tutorial http://www.jroller.com/gmazza/entry/jaxwshandlers_to_cxfinterceptors . Be careful not to modify the SAML assertion in anyway (adding whitespace or namespaces, etc.), lest its signature be invalidated as a result. HTH, Glen -- View this message in context: http://cxf.547215.n5.nabble.com/Insert-existing-SAML-assertion-tp696489p733644.html Sent from the cxf-user mailing list archive at Nabble.com.
