You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Gregor Rayman <gr...@gmx.de> on 2000/12/08 15:57:26 UTC

Re: problem having the soap samples working with TOMCAT, any help appreciated ! :-)

"Francis.Vanhemmens" <Fr...@portima.com> writes:
To: <so...@xml.apache.org>
Sent: Friday, December 08, 2000 3:14 PM
Subject: problem having the soap samples working with TOMCAT, any help
appreciated ! :-)


> Hi ! I am actually trying to have the samples of soap-2.0 running on the
> TomCat 3.2
>
> i installed java 2 SDK v1.3
> Tomcat 3.2 (jakarta-tomcat 3.2)
> Xerces J v1.2.2
> Soap v2.0
>
> TomCat is running,
> The admin interface for soap is working ( list, deploy, undeploy )
>
> but when i try to use (first soap call from the java application) the soap
> calculator sample, or register the calculator using the dd.xml file, here
is
> the error i get :
>
> org.xml.sax.SAXParseException: The markup in the document preceding the
root
> element must be well-formed.

I've had the same problem. Make sure, xerces.jar is the first jar in the
classpath.
On linux, simply rename it to axerces.jar

--
gR