You can see the default value is 300 [1], *public* *static* *final* *int* DEFAULT_TIMESTAMP_TTL = 300;
you can set this value using the RampartConfig using the property "timestampTTL" . see [2]. thanks, nandana [1] - http://svn.apache.org/viewvc/webservices/rampart/trunk/java/modules/rampart-core/src/main/java/org/apache/rampart/policy/model/RampartConfig.java?view=markup [2] - http://ws.apache.org/rampart/rampartconfig-guide.html On Wed, Jul 16, 2008 at 9:17 PM, Roxanne Yee <[EMAIL PROTECTED]> wrote: > Does Rampart, by default, automatically attach a Timestamp of 300 seconds? > > > -----Original Message----- > From: Nandana Mihindukulasooriya [mailto:[EMAIL PROTECTED] > Sent: Tue 7/15/2008 7:18 PM > To: [email protected] > Subject: Re: Newbie Basics: Specfic Project > > > just encryption? > > > > Replace the > <sp:SignedParts xmlns:sp=" > http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"> > <sp:Body /> > </sp:SignedParts> > > element with this element > > <sp:EncryptedParts xmlns:sp=" > http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"> > <sp:Body /> > </sp:EncryptedParts> > > for just encryption. You can find out more about security policy in > http://wso2.org/library/3132 . > > thanks, > nandana > > > -----Original Message----- > > From: Nandana Mihindukulasooriya [mailto:[EMAIL PROTECTED] > > Sent: Tue 7/15/2008 6:32 PM > > To: [email protected] > > Subject: Re: Newbie Basics: Specfic Project > > > > > Also, how difficult would it be to implement these standards over SSL? > > > > > http://wso2.org/library/3190 > > > > Signature > > http://wso2.org/library/3415 > > > > -----Original Message----- > > > From: Roxanne Yee [mailto:[EMAIL PROTECTED] > > > Sent: Tue 7/15/2008 6:07 PM > > > To: [email protected] > > > Subject: Newbie Basics: Specfic Project > > > > > > Hey everyone, > > > > > > I'm working on a project that needs to be finished in the next day or > two > > > (For where I'm located, that's around July 16, 2008).^^'Sorry everyone > > for > > > such a late notice! If anyone could help with the following issues, it > > would > > > me MOST APPRECIATED! > > > > > > Server: Axis2 1.4 inside of Tomcat 6.0.16 using the Rampart 1.4 module > to > > > implement WSS Security > > > Client: soapUI 2.0.2? plugin for Eclipse > > > > > > Simple WSS Configurations I would like to apply as separate > > > configurations(e.x. Timestamp Only or in combination if there is time): > > > - User Name Token w/ username and password > > > - Timestamp > > > - Signatures > > > - Encryption > > > > > > It would be even better if someone could explain what is needed on the > > > soapUI side as well (if they have any experience with it). > > > > > > Thanks. > > > > > > =>RY > > > > > > P.S. > > > :< Unfortunately, I'm unable to be at my work station right now until > > about > > > 12 to 12 and a half hours from now. Thus I can't really apply any > > > suggestions at the moment, but I would still like to gain as much > > knowledge > > > as possible. That way I'll have a lot to think about in case people > > aren't > > > around the mailing list when I'm at my work station. > > > > > > > > > > > > > > -- > Nandana Mihindukulasooriya > WSO2 inc. > > http://nandana83.blogspot.com/ > >
