Hi,
 
I am getting the following exception with SAMLTokenSigned security with CXF
webservice.
please let me know, if anybody knows the answer.

org.apache.cxf.binding.soap.SoapFault: Security processing failed.
        at
org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor$WSS4JOutInterceptorInternal.handleMessage(WSS4JOutInterceptor.java:272)
        at
org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor$WSS4JOutInterceptorInternal.handleMessage(WSS4JOutInterceptor.java:134)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:243)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:484)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:310)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:262)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:282)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:268)
        at
com.savvion.webservice.cxf.client.CXFClient.invokeDynamicClient(CXFClient.java:53)
        at com.savvion.webservice.cxf.client.CXFClient.main(CXFClient.java:78)
Caused by: org.apache.ws.security.WSSecurityException: WSHandler: Signed
SAML: no SAML token received
        at
org.apache.ws.security.action.SAMLTokenSignedAction.execute(SAMLTokenSignedAction.java:61)
        at
org.apache.ws.security.handler.WSHandler.doSenderAction(WSHandler.java:202)
        at
org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor.access$200(WSS4JOutInterceptor.java:50)
        at
org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor$WSS4JOutInterceptorInternal.handleMessage(WSS4JOutInterceptor.java:257)
        ... 9 more


Thanks
-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/Webservice-security-in-CXF-with-SAML-tp2796900p2796900.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to