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

Custom WSDL actions broken #36

Closed
aaronchi opened this issue Feb 14, 2010 · 2 comments
Closed

Custom WSDL actions broken #36

aaronchi opened this issue Feb 14, 2010 · 2 comments

Comments

@aaronchi
Copy link

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

@rubiii
Copy link
Contributor

rubiii commented Feb 14, 2010

http://github.com/rubiii/savon/commit/97620673ade2b265cb219d86e0aa6656ad4ec671
this fix will be included in the upcoming release.

@rubiii
Copy link
Contributor

rubiii commented Feb 19, 2010

released version 0.7.5 including a fix for this issue.

calamitas pushed a commit to calamitas/savon that referenced this issue Jun 7, 2011
calamitas pushed a commit to calamitas/savon that referenced this issue Jun 7, 2011
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