From: Me Me Date: 2009-02-10T20:22:23+09:00 Subject: Re: simple HTTP Post Xml request thanks for answering. I tried: require 'net/http' require 'rexml/document' url='http://manage.encoding.com/' http=Net:HTTP.new(url) xml_response = http.post('/','') and I get getaddrinfo: no address associated with hostname (Socket Error) -- Posted via http://www.ruby-forum.com/.