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

Gracefully handle invalid response bodies #231

Merged
merged 1 commit into from
Oct 22, 2011
Merged

Gracefully handle invalid response bodies #231

merged 1 commit into from
Oct 22, 2011

Conversation

samfoo
Copy link
Contributor

@samfoo samfoo commented Oct 12, 2011

Instead of having a nil pointer exception thrown when the response
doesn't contain an tag as assumed, throw an
InvalidResponseError, allowing client applications to better handle
unexpectedly bad responses from some SOAP server.

Liauw Fendy [email protected]
Sam Gibson [email protected]

Instead of having a nil pointer exception thrown when the response
doesn't contain an <envelope> tag as assumed, throw an
InvalidResponseError, allowing client applications to better handle
unexpectedly bad responses from some SOAP server.

Liauw Fendy <[email protected]>
Sam Gibson <[email protected]>
@rubiii rubiii merged commit 964ed9f into savonrb:master Oct 22, 2011
@rubiii
Copy link
Contributor

rubiii commented Oct 22, 2011

nice improvement. thanks guys!

@rubiii
Copy link
Contributor

rubiii commented Feb 15, 2012

released with v0.9.8.

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.

2 participants