Re: client generation cxf vs. axis2

2008-05-30 Thread Agustí Dosaiguas Falcó
I agree with Vassilis and Daniel. I had exactly the opposite experience than you. Althoug I had to deal with my special https setup. I've been working for years with Axis, and later with Axis2, both client and server side, but when I've tried to find an easy to use, full of features and with a

Re: Authentication and Session Management in Soap/cxf

2008-05-25 Thread Agustí Dosaiguas Falcó
Jonathan, To authenticate users you can use the WS-Security standard that is supported by CXF. With WS-Security you can choose many autentication methods including user/password (UsernameToken) or client certificates. Regards, Augusti Dosaiguas En/na Jonathan Glaschke ha escrit: Hello, I'

Re: Call CXF Service over HTTPS

2008-05-15 Thread Agustí Dosaiguas falcó
Hi Dan, Over Ubuntu Hardy: $ java -version java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing) Over Windows > java -version java version "1.6.0_05" Java(TM) SE Runtime Environment (build 1.6.0_05-b13) Java

Protocol mismatch: engine's protocol is http, the url protocol is https

2008-05-15 Thread Agustí Dosaiguas Falcó
Dear all, I have this problem whe I try to run the Server class from the wsdl_first_https sample. Any idea why? This is the output I get: The server's security configuration will be taken from server.xml using the bean name : "{http://apache.org/hello_world_soap_http}GreeterImplPort.http-des