Hi Raynier,

There is a mechanism within Apache SOAP thit will allow you to explicitly
specify which JAXP-compliant parser to use. It sort of defeats the purpose
of JAXP, but when you are stuck, it seems a reasonable temporary fix. Try
adding the following:

    <init-param>
      <param-name>XMLParser</param-name>

<param-value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</param-value>
    </init-param>

within \soap-2_2\webapps\soap\WEB-INF\web.xml as a child of the first
<servlet> element (the one for the rpcrouter servlet). Then restart Tomcat.

Let me know if this doesn't work; I'll be up for a while yet.

Thanks,
-Matt

> -----Original Message-----
> From: Raynier van Egmond [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 30, 2001 11:57 PM
> To: ML Soap-User
> Subject: Apache SOAP 2.2 and the illusive AbstractMethod - error
>
>
> Hi All,
>
> it is good to see that some of us are making progress in getting
> Apache SOAP
> 2.2 up and running. For myself I'm not so lucky. From the many emails that
> have been flying around I gather it most likely has something to do with
> parser version conflicts.
>
> My current settings are that I'm running Tomcat 3.2.3, Apache
> 1.4.2 . I have
> pretty much renamed all occurences of the parser.jar and replaced
> them with
> the latest Xerces parser where possible, xerces.jar is the first
> entry in my
> classpath, the tomcat startup.bat has been edited to have xerces.jar the
> first that gets added, etc, etc.
>
> Still no luck - the AbstractMethod error keeps popping up.
>
> For the record all the other tests; the rpcrouter URL and the
> messagerouter
> URLS, calling the admin and asking for deployed services, undeploy when
> non-are deployed... it all works or seems to work.
>
> My questions is if there is a way to completely isolate the jars that get
> called when I start up the ServiceManagerClient [SMC]so I can now
> for a fact
> which parsers and other files get called when I start up the SMC.
>
> I'll keep plodding along until I've solved the problem
> but thanks in advance for any help or suggestion you may have
> that will make me a happy SOAPer :-)
>
> Kind regards,
>    Raynier van Egmond
>    Vashon Island (WA).
>    USA
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>

Reply via email to