CXF via https - Client can't send message ( simple frontend java configuration ServerFactoryBean/ClientProxyFactoryBean)

2008-04-01 Thread Alpin, Luba
I need a help with client side. In 'apache-cxf-2.0.5-incubator\samples' directory doesn't exist sample of using https with configuration of simple frontend. And existing sample I can't do working. Please help me with working example. Regards, Luba.

Re: CXF via https - Client can't send message ( simple frontend java configuration ServerFactoryBean/ClientProxyFactoryBean)

2008-04-01 Thread Glen Mazza
I don't know if that is supported (or even if it should be for that matter). Being informally defined, the simple front end is not very secure, and wanting to use HTTPS on top of it is somewhat of a contradiction. So if you want to use HTTPS, I think you should learn the JAXWS front end. Like

Re: CXF via https - Client can't send message ( simple frontend java configuration ServerFactoryBean/ClientProxyFactoryBean)

2008-04-01 Thread Daniel Kulp
On Tuesday 01 April 2008, Alpin, Luba wrote: I need a help with client side. In 'apache-cxf-2.0.5-incubator\samples' directory doesn't exist sample of using https with configuration of simple frontend. And existing sample I can't do working. Please help me with working example. Regards,