Getting a X509Certificate from a SOAP Security Header
Everybody, Hello! I have a simple stub client for the cxf web-service (spring app). It uses a WSS4JOutInterceptor with action = "Signature" So that, the soap request message is (header): Content-Type: text/xml; charset=UTF-8 Accept: */* SOAPAction: "" User-Agent: Apache CXF 2.4.3 Cache-Control: no-cache Pragma: no-cache Host: 127.0.0.1:8888 Connection: keep-alive Content-Length: 1890 < soap:Header > < wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility