From: David Alphen Date: 2007-06-06T01:38:01+09:00 Subject: Web Services problem: URI library / address location ------=_Part_30663_15962106.1181061478292 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, When I use address location in my wsdl without http:// and with a port like : my.location:7800 in I have an error from C:\ruby\lib\ruby\site_ruby\1.8\http-access2\http.rb from the function def create_query_uri(uri, query) path = uri.path.dup path = '/' if path.empty? query_str = nil The error is : Exception `TypeError' at C:/ruby/lib/ruby/site_ruby/1.8/http-access2/http.rb:270 - can't dup NilClass because uri.path returns nil. So is there a way to use that kind of location or is it a Ruby lack? Thanks. -- David ALPHEN ------=_Part_30663_15962106.1181061478292--