How do i configure AxiomSoapMessageFactory to be used in my web -services application
Is it as simple as defining a messageFactory bean in my applicationContext ,or do i have to wire it to my MessageDispatcherServlet explicitly
How do i configure AxiomSoapMessageFactory to be used in my web -services application
Is it as simple as defining a messageFactory bean in my applicationContext ,or do i have to wire it to my MessageDispatcherServlet explicitly
Yes it is. Just define the corresponding bean in your spring-ws servlet bean definition file.Is it as simple as defining a messageFactory bean in my applicationContext
I did that then it required me to add axiom-api and axiom-impl jars in my classpath but now i get this
Code:org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration