Results 1 to 3 of 3

Thread: How do i configure AxiomSoapMessageFactory

  1. #1
    Join Date
    Nov 2008
    Posts
    232

    Default How do i configure AxiomSoapMessageFactory

    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

  2. #2

    Default

    Is it as simple as defining a messageFactory bean in my applicationContext
    Yes it is. Just define the corresponding bean in your spring-ws servlet bean definition file.
    Tareq Abedrabbo

    My Twitter
    My Blog

  3. #3
    Join Date
    Nov 2008
    Posts
    232

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •