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

Adds a wsdl accessor to the Client #733

Merged
merged 1 commit into from
Aug 2, 2017
Merged

Adds a wsdl accessor to the Client #733

merged 1 commit into from
Aug 2, 2017

Conversation

davidbiehl
Copy link
Contributor

In Savon 1 I was able to access the WSDL document with the #wsdl accessor on the Client. I needed this because my WSDLs were dynamically generated by the server and I had to xpath some information out of them in order to use them effectively. However, this wasn't available in Savon 2 and it prevented me from upgrading for a long time. Now I need the timeout feature of Savon 2, so I'm proposing this PR to bring the Client#wsdl accessor back.

@uchagani
Copy link

this works for me @davidbiehl your_client.instance_variable_get("@wsdl")

@pcai
Copy link
Member

pcai commented Aug 2, 2017

Thanks @davidbiehl !

@pcai pcai merged commit 3924882 into savonrb:master Aug 2, 2017
pcai pushed a commit that referenced this pull request Aug 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants