I did this by overriding the TransportClientProperties class with my own that did what I wanted. In my case, I set some properties in the MessageContext and read them in my version of TransportClientProperties.
See the documentation in the integration guide in the Axis docs for details on the 2 ways to override. Basically you can do: -Dorg.apache.axis.components.net.TransportClientProperties=my.package.MyTransportClientProperties -- Tom Jordahl Macromedia Server Development -----Original Message----- From: Slava Kudinov [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 11:04 AM To: [EMAIL PROTECTED] Subject: Q:Prevent proxy-address caching in DefaultHTTPTransportClientProperties Hello axis-user, I am wondering is there any way to prevent proxy "host:port" settings in DefaultHTTPTransportClientProperties class? I want to change proxy configuration on-the-fly -- Best regards, Slava