-
Notifications
You must be signed in to change notification settings - Fork 615
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
Comments
definitely possible. would you need/want the |
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 |
added this feature to v0.8.2 and updated the documentation for the wsse object. |
Awsome. I'll give it a shot in the next day or so. Thanks. |
…hich allows custom WSSE header tags (issue savonrb#69) and wsse:Timestamp headers (issue savonrb#122)
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
The text was updated successfully, but these errors were encountered: