Just in case anyone else stumbles into this, there's a bug CommonsHTTPSender in the 1.1 version where it builds the hostConfiguration object, but never calls client.setHostConfiguration(..)
Cheers Simon -----Original Message----- From: Simon Fell Sent: Thursday, May 27, 2004 2:11 PM To: [EMAIL PROTECTED] Subject: CommonsHTTPSender and proxies I'm using Axis 1.1 and have it configured to use CommonsHTTPSender, but it doesn't appear to be picking up the proxy settings from the VM, I'm starting my app with -Dhttp.proxyHost=localhost -Dhttp.proxyPort=5049, but connections aren't being proxied, This works fine when I use the old HTTPSender. Any ideas ? Thanks Simon