From: Gustavo Martin Morcuende Date: Sun, 20 Dec 2015 21:24:14 +0000 (+0100) Subject: jaxb2, cxf: comment about how to implement custom SOAP Fault messages for validations X-Git-Url: https://git.gumartinm.name/?p=SpringWebServicesForFun%2F.git;a=commitdiff_plain;h=841c839ec83c2055bc22a070287d762a7215c514 jaxb2, cxf: comment about how to implement custom SOAP Fault messages for validations Requires implementing our custom PayloadValidatingInterceptor class :( --- diff --git a/cxf/web-services-spring-cxf-server/src/main/resources/spring-configuration/ws/soap-ws.xml b/cxf/web-services-spring-cxf-server/src/main/resources/spring-configuration/ws/soap-ws.xml index dba53c4..4fb7ccd 100644 --- a/cxf/web-services-spring-cxf-server/src/main/resources/spring-configuration/ws/soap-ws.xml +++ b/cxf/web-services-spring-cxf-server/src/main/resources/spring-configuration/ws/soap-ws.xml @@ -243,6 +243,31 @@ + SERVER diff --git a/jaxb2/web-services-spring-jaxb2-server/src/main/resources/spring-configuration/ws/soap-ws.xml b/jaxb2/web-services-spring-jaxb2-server/src/main/resources/spring-configuration/ws/soap-ws.xml index 601b57b..f1099f2 100644 --- a/jaxb2/web-services-spring-jaxb2-server/src/main/resources/spring-configuration/ws/soap-ws.xml +++ b/jaxb2/web-services-spring-jaxb2-server/src/main/resources/spring-configuration/ws/soap-ws.xml @@ -243,7 +243,31 @@ - + SERVER