How to handle Passwordcallback handler if alias is null
Hi Friends, I have developed a webservice with Encrypt and Signature tokens as security, my client is .NET, while connecting i am getting an error as below 2009-12-16 13:39:45,604 [TP-Processor2] ERROR org.apache.axis2.engine.AxisEngine - WSDoAllReceiver: security processing fail ed org.apache.axis2.AxisFault: WSDoAllReceiver: security processing failed
Caused by: org.apache.ws.security.WSSecurityException: The signature or decryption was invalid; nested exception is: java.lang.Exception: alias is null Caused by: java.lang.Exception: alias is null
1 comments:
How to handle Passwordcallback handler if alias is null
Hi Friends,
I have developed a webservice with Encrypt and Signature tokens as security, my client is .NET, while connecting i am getting an error as below
2009-12-16 13:39:45,604 [TP-Processor2] ERROR org.apache.axis2.engine.AxisEngine - WSDoAllReceiver: security processing fail
ed
org.apache.axis2.AxisFault: WSDoAllReceiver: security processing failed
Caused by: org.apache.ws.security.WSSecurityException: The signature or decryption was invalid; nested exception is:
java.lang.Exception: alias is null
Caused by: java.lang.Exception: alias is null
How to solve this situation. kindly help me
Thanks in advance
-----------
Siva kumar
Post a Comment