From 32fe0224cc7944b72194729e74b7acb121b3de35 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 2 Nov 2007 11:55:53 +0000 Subject: [PATCH] SWS-221 --- src/docbkx/server.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docbkx/server.xml b/src/docbkx/server.xml index 5620c6b8..ae3ab30e 100644 --- a/src/docbkx/server.xml +++ b/src/docbkx/server.xml @@ -861,7 +861,8 @@ public class AnnotationOrderEndpoint { Here is an example that uses the PayloadValidatingInterceptor; in this example, we use the schema in /WEB-INF/orders.xsd to validate the response, but - not the request. + not the request. Note that the PayloadValidatingInterceptor can also accept + multiple schemas using the schemas property.