From 841c839ec83c2055bc22a070287d762a7215c514 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 20 Dec 2015 22:24:14 +0100 Subject: [PATCH] jaxb2, cxf: comment about how to implement custom SOAP Fault messages for validations Requires implementing our custom PayloadValidatingInterceptor class :( --- .../resources/spring-configuration/ws/soap-ws.xml | 25 +++++++++++++++++++++ .../resources/spring-configuration/ws/soap-ws.xml | 26 +++++++++++++++++++++- 2 files changed, 50 insertions(+), 1 deletion(-) 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 -- 2.1.4