diff --git a/src/docbkx/server.xml b/src/docbkx/server.xml index 2336bb1e..eaecfced 100644 --- a/src/docbkx/server.xml +++ b/src/docbkx/server.xml @@ -957,7 +957,7 @@ public class AnnotationOrderEndpoint { If any other exception occurs, it will return the default fault: a server-side fault with the exception message as fault string. - +
<classname>SoapFaultAnnotationExceptionResolver</classname> @@ -980,8 +980,6 @@ public class MyBusinessException extends Exception { super(message); } }]]> - - Whenever the MyBusinessException is thrown with the constructor string "Oops!" during endpoint invocation, it will result in the following response: @@ -994,5 +992,6 @@ public class MyBusinessException extends Exception { ]]> +