You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArgumentError: Unable to find SOAP operation
Operations provided by your service: []
from /home/vagrant/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/savon-2.0.3/lib/savon/operation.rb:20:in `ensure_exists!'
from /home/vagrant/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/savon-2.0.3/lib/savon/operation.rb:12:in `create'
from /home/vagrant/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/savon-2.0.3/lib/savon/client.rb:32:in `operation'
from /home/vagrant/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/savon-2.0.3/lib/savon/client.rb:36:in `call'
It would be nice if this was caught and raised as a Savon::Error to make it easier to catch. The error is a bug in the API I'm calling, but I wouldn't have thought to try and catch the error.
The text was updated successfully, but these errors were encountered:
pushed a fix for this to master. if savon fails to parse your wsdl, please consider
"donating your wsdl" for testing the new parser to ensure this will be fixed.
I'm getting the following error:
It would be nice if this was caught and raised as a Savon::Error to make it easier to catch. The error is a bug in the API I'm calling, but I wouldn't have thought to try and catch the error.
The text was updated successfully, but these errors were encountered: