Not really sure what that would be. May need to check the proxy server logs.
Does the proxy server require authentication? Does it require https/ssl? Those would be more settings that would need to be set. You may ALSO want to try turning off chunking. Some of the older proxy servers have issues with chunking. Dan On Monday 19 April 2010 7:59:31 pm Naresh Tallapelli wrote: > HI All, > > I am using proxy to server to filter the traffic that comes to the web > services server. I tried to configure the web services client to go through > the proxy server by following link > http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html > . > > I set the following properties on to "http client policy" > > httpClientPolicy.setProxyServer(proxyServerHost); > httpClientPolicy.setProxyServerPort(Integer) > httpClientPolicy.setProxyServerType(proxyServertype); > > But when i try to run the web services client i am getting the following > error, > > ""Unable to tunnel through proxy. Proxy returns "HTTP/1.0 403 Forbidden"" > > I am using "http" type proxy server. Please help me to resolve this issue. > > Any help would be much appreciated. > > Thank you, > Naresh. -- Daniel Kulp [email protected] http://dankulp.com/blog
