You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Richard DeGrande <rd...@co.jefferson.co.us> on 2007/07/03 17:51:24 UTC

HELP!

I get the following error when I call a secure webservice from an axis client.  How do I get the Timestamp to be signed ??? 
 
I'm using axis 1.4 
 
thanks in advance. 
 
AxisFault 
 faultCode: {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}FailedCheck 
 faultSubcode: 
 faultString: Signature did not cover a timestamp; cannot determine freshness 
 faultActor: 
 faultNode: 
 faultDetail: 
{http://xml.apache.org/axis/}stackTrace:Signature did not cover a timestamp; cannot determine freshness 
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222) 
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)