1. How to use CXF, JAX-RS and HTTP Caching stackoverflow.comThe CXF documentation mentions caching as Advanced HTTP: CXF JAXRS provides support for a number of advanced HTTP features by handling If-Match, If-Modified-Since and ETags headers. JAXRS Request ... |
2. Apache CXF reverts to HTTP when should be using HTTPS stackoverflow.comI'm trying to write a SOAP client to connect to a PeopleSoft web service that is expecting HTTPS with WS-security. I'm using Apache CXF for the client. Here's what ... |
3. override http status with cxf stackoverflow.comI'm using CXF for web services. Because of some client restrictions, I need all web faults to return code 200 instead of 500. I tried to use interceptors, depends on the phase I ... |
4. secure and non secure http connection stackoverflow.comMy requirement is to have more than one http configuration. One for secure http connection and other for non-secure connection. Does that mean that I can have two defined ... |