We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bf6ee commit 32fe022Copy full SHA for 32fe022
src/docbkx/server.xml
@@ -861,7 +861,8 @@ public class AnnotationOrderEndpoint {
861
<para>
862
Here is an example that uses the <classname>PayloadValidatingInterceptor</classname>; in this
863
example, we use the schema in <filename>/WEB-INF/orders.xsd</filename> to validate the response, but
864
- not the request.
+ not the request. Note that the <classname>PayloadValidatingInterceptor</classname> can also accept
865
+ multiple schemas using the <property>schemas</property> property.
866
</para>
867
<programlisting><![CDATA[<bean id="validatingInterceptor"
868
class="org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor">
0 commit comments