Hi All

I'm relatively new to Axis2 and I seem to have a problem. I've created a web 
service to enable clients to download software updates. All is well except that 
some clients need to go through a proxy. I've tried:

HttpTransportProperties htprops = new HttpTransportProperties();
HttpTransportProperties.ProxyProperties proxyProperties = htprops.new 
ProxyProperties();
                
proxyProperties.setProxyName("localhost");
proxyProperties.setProxyPort(3128);
                
options.setProperty(HTTPConstants.PROXY, proxyProperties);
call.setClientOptions(options);

But my squid proxy access.log doesn't show any activity. It does show activity 
when I set my firefox proxy to this location. What am I doing wrong or missing?
 



NETCB SOLUTIONS (PTY) LTD
The Innovation Hub, Enterprise Building, 1st Floor, Unit U19 
Lynnwood, Pretoria 
P.O. Box 14449, Hatfield, Pretoria, 0028 
SOUTH AFRICA 
Tel. +27 12 844 0744 
Fax. +27 12 844 0763 

NetCB Solutions (Pty) Ltd trading as NetCB.com 
Reg. 2003/009745/07 
Directors: H de Bruin, JC du Toit, LJ Nel, CEO: JP Burgers 

This message and any attachments relating to official business of NetCB 
Solutions (Pty) Ltd (NETCB) is proprietary to NETCB and intended for the 
original addressee only. The message may contain information that is 
confidential and subject to legal privilege. Any views expressed in this 
message are those of the individual sender. 
If you have received this message in error, please notify the original sender 
immediately and destroy the original message. If you are not the intended 
recipient of this message, you are hereby notified that you must not 
disseminate, copy, use, distribute, or take any action in connection therewith. 
NETCB cannot ensure that the integrity of this communication has been 
maintained nor that it is free of errors, viruses, interception and/or 
interference. NETCB is not liable whatsoever for loss or damage resulting from 
the opening of this message and/or attachments and/or the use of the 
information contained in this message and/or attachments.

Reply via email to