On Tuesday 05 August 2008 4:14:44 am Christian Schuhegger wrote: > Hello, > > I am trying to find out how to configure a web-proxy for a simple > frontend as it is described here: > http://cwiki.apache.org/CXF20DOC/simple-frontend.html > ClientProxyFactoryBean factory = new ClientProxyFactoryBean(); > factory.setServiceClass(HelloWorld.class); > factory.setAddress("http://localhost:9000/Hello"); > HelloWorld client = (HelloWorld) factory.create(); > > Where can I configure a web-proxy? > > Thanks for help,
What are you trying to configure? https stuff? -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
