Is there a way to get Axis clients to recognize that http.proxyHost (and related properties) have changed? They seem to be read once, and thereafter the values are cached (see src/org/apache/axis/components/net/DefaultHTTPTransportClientProperties.java.)
I have a preferences tab in my client that allows the user to change the proxy host, port, etc. Axis will not recognize the new values until the app has been restarted.
Thanks.
