Hi We are facing an issue with CXF regarding the marshalling of empty/blank string.
By default CXF treats empty and blank Strings as null. Unfortunately we are consuming a legacy service where a String with containing spaces actually has meaning and therefore should not be treated as null. Is there a way to configure the marshaller to differentiate between and empty-string "" and a blank-string " "? So that the blank-string is preserved? best regards Stefan Goebel
