First of all, I suggest switching to v2.2 (RC 3 is now available)
as its got many fixes / changes / improvements since 2.0
(including attachment support).

Can you please type "javap org.apache.soap.server.DeploymentDescriptor"
and see what you get? It should have the method fromXML (..) in it.
Otherwise, you appear to be having a version mismatch - do you have
more than one version of Apache SOAP installed?

Bye,

Sanjiva.

----- Original Message -----
From: "Tony Ng" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 26, 2001 5:18 AM
Subject: RE: Please help! urgent


> I am sure, I have nothing else in the classpath. I even tried to set the
classpath at the dos prompt by typing set
classpath=c:\xerces-1_3_0\xerces.jar;c:\soap-2_0\lib\soap.jar;
>
> But it still didn't work.
>
> Please advise me further information.
>
> Tony
>
>
>
> >From: "Matthew J. Duftler"
> >Reply-To: [EMAIL PROTECTED]
> >To:
> >Subject: RE: Please help! urgent
> >Date: Fri, 25 May 2001 11:21:27 -0400
> >
> >Hi Tony,
> >
> >Make sure you don't have any old class-definitions on your classpath. It
> >looks like the code might be finding an older version of the
> >DeploymentDescriptor class.
> >
> >Thanks,
> >-Matt
> > -----Original Message-----
> > From: Tony Ng [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, May 24, 2001 8:38 PM
> > To: [EMAIL PROTECTED]
> > Subject: Please help! urgent
> >
> >
> > Hi,
> >
> > I got the following error message while I tried to run
> >
> > java org.apache.soap.server.ServiceManagerClient
> >http://localhost:8080/soap/servlet/rpcrouter deploy DeployDescriptor.xml
> >
> > Exception in thread "main" java.lang.NoSuchMethodError at
>
>org.apache.soap.server.DeploymentDescriptor.fromXML(DeploymentDescriptor.ja
v
> >a:282) at
>
>org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:
1
> >88)
> >
> > I have got the following when I typed tomcat start
> >
> > Including all jars in c:\jakarta-tomcat-3.2.1\lib in your CLASSPATH.
> >
> > Using CLASSPATH:
>
>c:\xerces-1_3_0\xerces.jar;.;c:\soap-2_0\lib\soap.jar;c:\soap-2_0;c:\jakart
a
>
>-tomcat-3.2.1\classes;c:\jakarta-tomcat-3.2.1\lib\ant.jar;c:\jakarta-tomcat
-
>
>3.2.1\lib\jasper.jar;c:\jakarta-tomcat-3.2.1\lib\jaxp.jar;c:\jakarta-tomcat
-
>
>3.2.1\lib\parser.jar;c:\jakarta-tomcat-3.2.1\lib\servlet.jar;c:\jakarta-tom
c
> >at-3.2.1\lib\webserver.jar;c:\jdk1.3\lib\tools.jar
> >
> > Starting Tomcat in new window
> >
> > Please help, I am sure I have done everything as instructed, I got it
> >works on one machine, but can't get it work on another machine with the
same
> >configuration.
> >
> > Regards,
> >
> > Tony
> >
> >
> >
>
>---------------------------------------------------------------------------
-
> >--
> > Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
> >
> >
> > --------------------------------------------------------------------- To
> >unsubscribe, e-mail: [EMAIL PROTECTED] For additional
> >commands, email: [EMAIL PROTECTED]
>
>
> --------------------------------------------------------------------------
------
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
> --------------------------------------------------------------------- To
unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, email: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to