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 Christian Keiler <ch...@web.de> on 2006/11/03 13:02:47 UTC

Timestamp validity

Hi,

I'm using Axis2 in connection with rampart. How one can change the 
validity of timestamps? Is there a hidden option for the timestamp item?

Thanks in advance,
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Timestamp validity

Posted by Ruchith Fernando <ru...@gmail.com>.
Hi Christian,

Please use "timeToLive" element to adjust the timestamp validity period.

Example:

<action>
  <items> ... Timestamp ...</items>
  <timeToLive>specify_your_value_in_seconds</timeToLive>
</action>

Thanks,
Ruchith

On 11/3/06, Christian Keiler <ch...@web.de> wrote:
> Hi,
>
> I'm using Axis2 in connection with rampart. How one can change the
> validity of timestamps? Is there a hidden option for the timestamp item?
>
> Thanks in advance,
> Christian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
www.ruchith.org

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org