Hi, I have developed a CXF client to test a SOAP service running on TomEE. I deliberately changed the response from the service (at the server side) to see how the client would behave. My expectation was that the client would throw a SOAP fault as an unexpected element was in the SOAP response but the client did not throw the SOAP fault. Instead I was available to other elements in the CXF generated response class. I am setting 'schema-validation-enbabled' to true. Is there anything else I need to do to ensure CXF if validating the response?
Thanks. -- Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html
