-
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
WSSE Created Bug? #29
Comments
hey man, currently i don't have any ways to test this behaviour, so i put together a dev version for you to download and test. it's located at: http://github.com/rubiii/savon/downloads please just remove your current savon gem, download and install the dev version and let me know if this helps. best, |
Thanks dude. Fixed it by doing this (sorry, it's too small for a fork! # savon.rb # Add a new format, note the Z SOAPWSSEDateTimeFormat = "%Y-%m-%dT%H:%M:%SZ" # wsse.rb # Returns a WSSE timestamp. def timestamp @timestamp ||= Time.now.strftime Savon::SOAPWSSEDateTimeFormat end Let me know if you want me to incorporate. |
that should have the same effect as the patch applied to my dev version, but thanks for letting me know. it's applied to the dev branch so this will be included in the next release. |
released version 0.7.3 including a patch for this issue. |
I'm trying to authenticate with Savon and WSSE, moving away from soap4r. My soap4r auth header code was this.
In Savon, I'm setting these values
But I get an error InvalidSecurityToken fault.
Have messed about scouring the issues, but can't find a way passed this. Any suggestions welcome.
T
The text was updated successfully, but these errors were encountered: