Skip to content

Commit

Permalink
Add a FAQ to discuss URI::InvalidURIError httpi issue
Browse files Browse the repository at this point in the history
Sparked by the always helpful @catskull on this issue:

#488 (comment)
  • Loading branch information
tjarratt committed Jul 1, 2014
1 parent d16f2e9 commit d3027b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ response.body
For more examples, you should check out the
[integration tests](https://github.com/savonrb/savon/tree/version2/spec/integration).

## FAQ

* URI::InvalidURIError -- if you see this error, then it is likely that the http client you are using cannot parse the URI for your WSDL. Try `gem install httpclient` or add it to your `Gemfile`.
- See https://github.com/savonrb/savon/issues/488 for more info

## Give back

Expand Down

0 comments on commit d3027b0

Please sign in to comment.