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

Savon returning an empty set of operations #373

Closed
djgable opened this issue Jan 24, 2013 · 1 comment
Closed

Savon returning an empty set of operations #373

djgable opened this issue Jan 24, 2013 · 1 comment

Comments

@djgable
Copy link

djgable commented Jan 24, 2013

Maybe I'm missing something trivial here, but when I create a new Savon client and then ask for the operations of the given client, nothing gets returned. In addition any calls I attempt to make are responded with a "unable to find soap operation". Given the wsdl, http://connect.bookt.com/svc/rest.svc?wsdl is this something I am messing up on in my configuration or is this a result of the wsdl?

@rubiii
Copy link
Contributor

rubiii commented Jan 25, 2013

unfortunately, this is a problem with the import statement in your wsdl.
you can provide the target namespace and the soap endpoint manually to work around it.
it's all documented at http://savonrb.com (version 1.x) and http://savonrb.com/version2.html (2.x).

closing this as a duplicate of #340.

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