Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WS-Timestamp option to WSSE #122

Closed
JoshMcKin opened this issue Dec 16, 2010 · 4 comments
Closed

Add WS-Timestamp option to WSSE #122

JoshMcKin opened this issue Dec 16, 2010 · 4 comments

Comments

@JoshMcKin
Copy link

Would be nice if there was an option in WSSE to add a timestamp. If implemented adding the time stamp should not require the username and password options.

Example XML:
https://gist.github.com/743958

Thanks,
Josh

@rubiii
Copy link
Contributor

rubiii commented Dec 18, 2010

definitely possible. would you need/want the wsu:Created and/or wsu:Expires elements to be customizable or should they be set automatically? if so, how would you set those?

@JoshMcKin
Copy link
Author

The created can default to Time.now, but I think the expires should be customizable, defaulting to 1 minute (seems to be the default of various soap tool like soapUI)

Thanks

Josh

@rubiii
Copy link
Contributor

rubiii commented Jan 4, 2011

added this feature to v0.8.2 and updated the documentation for the wsse object.
hope it works as expected!

@JoshMcKin
Copy link
Author

Awsome.

I'll give it a shot in the next day or so.

Thanks.

calamitas pushed a commit to calamitas/savon that referenced this issue Jun 7, 2011
…hich allows custom WSSE header tags (issue savonrb#69) and wsse:Timestamp headers (issue savonrb#122)
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants