Hi, > From: "NAKAMURA, Hiroshi" <nahi / mwd.biglobe.ne.jp> > Sent: Friday, October 04, 2002 11:23 PM > > I can't get SOAP4R to send requests though a proxy server. I'm setting the > > proxy parameter passed to SOAP::Driver constructor (the 5th parameter) to > > "http://server-name:8080" and I get back an HTTP response that says "Proxy > > denies fulfilling the request". I know I'm using the correct proxy server > > name and port because I can invoke the same web service going through that > > proxy server using Java and Axis. Has anyone successfully used SOAP4R with a > > proxy server? If so, any idea what I might be doing wrong? > > Hmm. It works for me (squid). > Request format of http-access2/version G might not be acceptable > for some kind of proxy server. No. It was a bug of http-access2/G. I used another CVS version... I released http-access2/H. Get it from http://www.ruby-lang.org/en/raa-list.rhtml?name=http-access2 Much thanks to Volkmann, Mark for finding this bug and taking time to file a report. Regards, // NaHi