Hi
I was trying a 2 way encryption between a client and my service and the
call ended with an exception as below. The client to server goes fine and
the error comes when the server is sending back the encrypted response back
to the client. The tcp mon shows a SignatureConfirmation element in the
response soap header and thats what probably the client side axis2 receiver
is cribbing abt! I remember seeing some emails on this before - I am using
axis2 released 1.0 version. If fixed can anyone tell me what I have to do
to take the fix?

thanks
Anamitra

    [java] org.apache.axis2.AxisFault: WSHandler: Check Signature
confirmation:
got a SC element, but no stored SV; nested exception is:
    [java]     org.apache.ws.security.WSSecurityException: WSHandler: Check
Sig
ature confirmation: got a SC element, but no stored SV
    [java]     at
org.apache.axis2.security.WSDoAllReceiver.processMessage(WSDo
llReceiver.java:336)
    [java]     at
org.apache.axis2.security.handler.WSDoAllHandler.invoke(WSDoA
lHandler.java:82)
    [java]     at org.apache.axis2.engine.Phase.invoke(Phase.java:381)
    [java]     at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:473

    [java]     at
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:44
)
    [java]     at
org.apache.axis2.description.OutInAxisOperationClient.send(Ou
InAxisOperation.java:355)
    [java]     at
org.apache.axis2.description.OutInAxisOperationClient.execute
OutInAxisOperation.java:279)
    [java]     at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClie
t.java:457)
    [java]     at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClie
t.java:399)
    [java]     at testme.TestAxiom.main(TestAxiom.java:43)
    [java] Caused by: org.apache.ws.security.WSSecurityException:
WSHandler: Ch
ck Signature confirmation: got a SC element, but no stored SV
    [java]     at
org.apache.ws.security.handler.WSHandler.checkSignatureConfir
ation(WSHandler.java:294)
    [java]     at
org.apache.axis2.security.WSDoAllReceiver.processMessage(WSDo
llReceiver.java:196)
    [java]     ... 9 more


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to