1. Setting the default SocketFactory stackoverflow.comI recently migrated my web services from Axis to CXF (2.1). It appears that while Axis needed the "axis.socketSecureFactory" set, CXF grabs the default. How do I set the ... |
2. What would cause SSL negotiations to succeed under .NET but fail under Java? stackoverflow.comWe have to create a web service client using Apache CXF in Java. The thing is I cannot seem to get the SSL session to properly engage. Either it ... |
3. Configuring JAX-WS over SSL through CXF stackoverflow.comhey, I am having somewhat related issue only. Recently the external SOAP interface which were generating client for changed to https one. and I had an old code base at hand ... |
4. Can't get SSL configured for Apache CXF and JAX-RS stackoverflow.comI'm having trouble getting the configuration right to get my CXF REST client to talk to my CXF server. I get the dreaded javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure. The strange thing ... |
5. Apache CXF Exception in SSL communication: SocketTimeOut stackoverflow.comSo here's the deal. I have a web service WSDL that I need to make SOAP calls to outside my corporate network. The webservice is HTTPS SOAP, and requires ... |