diff --git a/samples/tutorial/src/main/webapp/WEB-INF/spring-ws-servlet.xml b/samples/tutorial/src/main/webapp/WEB-INF/spring-ws-servlet.xml index e7b241ae..ae6fdb99 100644 --- a/samples/tutorial/src/main/webapp/WEB-INF/spring-ws-servlet.xml +++ b/samples/tutorial/src/main/webapp/WEB-INF/spring-ws-servlet.xml @@ -35,15 +35,15 @@ - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/src/docbkx/tutorial.xml b/src/docbkx/tutorial.xml index 478a1cce..08ce6afd 100644 --- a/src/docbkx/tutorial.xml +++ b/src/docbkx/tutorial.xml @@ -713,22 +713,24 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint { - - - - - + + + + + + + + - - - - - - - - - + + + + + + + + + ]]> @@ -741,9 +743,9 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint { - The schema property is set to the human resource schema we defined in - : we simply placed the schema in the WEB-INF - directory of the application. + The schema property refers to the human resource schema we defined in + , wrapped in a SimpleXsdSchema. We simply + placed the schema in the WEB-INF directory of the application.