The Apache
CXF product is a wonderful product and for the most part it is easy to use. It's very common to use CXF to generate clients for SOAP services. Support for those clients for SOAP services that specify faults (the SOAP version of an exception) is not easy.
For example, when CXF generates exceptions for SOAP faults, which it does, it embeds details of the fault in a field on the exception that isn't reported in either the message or the stack trace. Thi...
Published on August 06, 2015 02:05