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

Add response to SoapFault #75

Closed
grosser opened this issue Jul 31, 2010 · 3 comments
Closed

Add response to SoapFault #75

grosser opened this issue Jul 31, 2010 · 3 comments

Comments

@grosser
Copy link

grosser commented Jul 31, 2010

I need to catch a 'your session expired' error so i can reconnect, but without the real response code this is rather hard.
Im trying to do something like:
rescue Savon::SOAPFault => e
e.response[:description]

@rubiii
Copy link
Contributor

rubiii commented Oct 16, 2010

both Savon::SOAP::Fault and Savon::HTTP::Error now contain the HTTPI::Response. take a look at: http://github.com/rubiii/savon/commit/36d77c

@rubiii
Copy link
Contributor

rubiii commented Oct 29, 2010

please try savon 0.8.0.beta.1

@rubiii
Copy link
Contributor

rubiii commented Dec 20, 2010

released v0.8.0 which should solve this problem.

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