The problem is likely that the XML parser being loaded by your Tomcat
3.2 configuration does not support namespaces.  The parser.jar that
comes with Tomcat 3.2 does not, I believe, support namespaces.  You need
to change the classpath in tomcat.bat or tomcat.sh to point to a newer
XML parser.  See the installation instructions for Tomcat 3.2 at
http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-soap/java/docs/install/
tomcat32.html?rev=HEAD&content-type=text/html.

Scott Nichol

----- Original Message -----
From: "Pierre Yves Monnet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 07, 2003 10:06 AM
Subject: SOAP-ENV


> Hello,
>
> I try to deploy a web service on a external machine, using tomcat 3.2
> I got the following error when I try to deploy my web service :
>
> Fault Code  = SOAP-ENV: Server.Exception
> Fault String  = java.lang.NoSuchMethodError
>
> I receive the same error on the LIST command.
>
> On the server side, everithing is OK.
> When I deploy my service via the JSP page, it's working (i.e. the
deployment
> seem working), but when I try to call my web service, my software
receive a
> the same error
> Fault [[Attributes={}] [faultCode=SOAP-ENV:Server.Exception:]
> [faultString=java.lang.NoSuchMethodError]
> [faultActorURI=/maya/servlet/uwa.maya.engine.MayaEngine]
[DetailEntries=]
> [FaultEntries=]]
>
> One of my collegue told me he has a lot of problem with tomcat 3.2,
then
> prefer to use Tomcat 3.4, in the JBuilder 6 environement.
> I use Tomcat 3.1 in my development platform, without any trouble.
>
>
> Is someone has an idea ? Do I need to switch to Tomcat 4 ?
>
>
>
> Pierre-Yves Monnet
>
>
>
>
> Pierre-Yves Monnet - Project Manager
> Cap Gemini Ernst & Young
>
> Tél  :   33 (0) 4 76 52 64 23
> GSM:  33 (0) 6 86 74 49 86
> FAX : 33 (0)4 76 52 62 01
> mail : [EMAIL PROTECTED]
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to