-
Notifications
You must be signed in to change notification settings - Fork 616
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
Cache parsed WSDLs locally #77
Comments
v0.8.0 will allow you to use a local WSDL document. the dev branch already contains this feature. will be released asap. |
Nice, thanks! (In retrospect, not sure why I suggested YAML there given it's already in XML :) |
any idea when you are releasing 0.8? Really looking forward to this function. |
Great! Any release date for a 0.8.0.pre? :) |
today. there, i said it :) |
please try savon 0.8.0.beta.1 |
released v0.8.0 which should solve this problem. |
At a basic level this might work if you safely roundtrip Savon::WSDL objects to and from YAML (or just ruby marshall would do), eg
Even better would be if you could set something like:
Might be some gotchas here with stale WSDLs being used, but I can't imagine this would be any worse than ignoring the WSDL altogether, which is the current advice for avoiding WSDL fetch/parse hits in production...
The text was updated successfully, but these errors were encountered: