We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This commit broke my code: http://github.com/rubiii/savon/commit/64a78c00760c123b65a0528c4d67772f398d368f#comment_47850
response = client.get_clients do |soap| soap.action = "http://api.createsend.com/api/User.GetClients" soap.input = "User.GetClients" soap.namespace = "http://api.createsend.com/api/" soap.body = { "wsdl:ApiKey" => token } end
Used to return results, now gets an error trying to call 'map' on a string
The text was updated successfully, but these errors were encountered:
http://github.com/rubiii/savon/commit/97620673ade2b265cb219d86e0aa6656ad4ec671 this fix will be included in the upcoming release.
Sorry, something went wrong.
released version 0.7.5 including a fix for this issue.
fix for issue savonrb#36
9762067
fix for issue savonrb#36 (Custom WSDL actions broken)
52e22d5
No branches or pull requests
This commit broke my code:
http://github.com/rubiii/savon/commit/64a78c00760c123b65a0528c4d67772f398d368f#comment_47850
Used to return results, now gets an error trying to call 'map' on a string
The text was updated successfully, but these errors were encountered: