diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 3ec4f2fa..e9040e9f 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -102,17 +102,17 @@

If you get the following stack trace:

-
-                    org.springframework.beans.factory.BeanCreationException:
-                    Error creating bean with name 'org.springframework.ws.soap.saaj.SaajSoapMessageContextFactory'
-                    defined in ServletContext resource [/WEB-INF/springws-servlet.xml]:
-                    Invocation of init method failed;
-                    nested exception is java.lang.NoSuchMethodError:
-                    javax.xml.soap.MessageFactory.newInstance(Ljava/lang/String;)Ljavax/xml/soap/MessageFactory;
-                    Caused by:
-                    java.lang.NoSuchMethodError:
-                    javax.xml.soap.MessageFactory.newInstance(Ljava/lang/String;)Ljavax/xml/soap/MessageFactory;
-                
+
+org.springframework.beans.factory.BeanCreationException:
+Error creating bean with name 'org.springframework.ws.soap.saaj.SaajSoapMessageContextFactory'
+defined in ServletContext resource [/WEB-INF/springws-servlet.xml]:
+Invocation of init method failed;
+nested exception is java.lang.NoSuchMethodError:
+javax.xml.soap.MessageFactory.newInstance(Ljava/lang/String;)Ljavax/xml/soap/MessageFactory;
+Caused by:
+java.lang.NoSuchMethodError:
+javax.xml.soap.MessageFactory.newInstance(Ljava/lang/String;)Ljavax/xml/soap/MessageFactory;
+

Like most J2EE libraries, SAAJ consists of two parts: the API that consists of interfaces ( saaj-api.jar @@ -140,10 +140,7 @@ You can find the answer to this question on a separate page - . -

-

- Note that Spring-WS only requires you to write the XSD; the WSDL can be generated from that. + . Note that Spring-WS only requires you to write the XSD; the WSDL can be generated from that. The tutorial illustrates how.