Hello, I have a Java client running through Java 5.0 that is utilizing Axis to connect to an https endpoint.
It appears that the Call object I am using builds up a direct socket connection (socket://.... PROXY=DIRECT) to do this, even if I have specified an HTTP proxy that it should be using. If it is a SOCKS proxy, things seem to work fine as well. I have tried setting many different properties, both within my code and externally, that I have found on the list and on other sources on the web, but I fear that I am still missing some critical element that needs to be configured. Can someone point me in the right direction with regards to trying to get the connection to work with respect to HTTP proxies? Even a pointer to a good resource to dig in would be greatly appreciated as I seem to be out of places to search. Thanks much in advance! Mario- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
