From d3027b0649e7482524529eaa5d9633feb5584b92 Mon Sep 17 00:00:00 2001 From: Tim Jarratt Date: Mon, 30 Jun 2014 22:41:22 -0700 Subject: [PATCH] Add a FAQ to discuss URI::InvalidURIError httpi issue Sparked by the always helpful @catskull on this issue: https://github.com/savonrb/savon/issues/488#issuecomment-46463869 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a1c09ecf..9b5d7c0f 100644 --- a/README.md +++ b/README.md @@ -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