Hi All, The same question: I would like to add my generated SAML token in the SOAP response, with Axis2.
I have my public OMElement RequestTokenIssue(OMElement element) method, in which I can access the element. With the MessageContext msgCntxt = MessageContext.getCurrentMessageContext(); SOAPEnvelope envelope = msgCntxt.getEnvelope(); I can access to the SOAP request. Then I generate the XML with AXIOM for the SAML 2.0 token. But How I can add this token in the header of the soap response? Thank you very much! ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
