You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Madhu V <ma...@four-soft.com> on 2002/06/03 15:19:19 UTC

Proble with Samples

Hi ,

I am new to SOAP, configured Apache-SOAP to tomcat 3.2, and able to see the
admin console of  apache soap. When running the "testit.bat" under
samples\provider, getting following exception

This test assumes a server URL of
http://localhost:8080/soap/servlet/rpcrouter
Deploying the testprovider service...
Exception in thread "main" java.lang.NoSuchMethodError
        at
org.apache.soap.server.DeploymentDescriptor.fromXML(DeploymentDescriptor.jav
a:470)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
30)
.
Verify that it's there
Exception in thread "main" java.lang.NoSuchMethodError
        at org.apache.soap.util.xml.QName.<init>(QName.java:80)
        at org.apache.soap.util.xml.QName.matches(QName.java:146)
        at org.apache.soap.Envelope.unmarshall(Envelope.java:237)
        at org.apache.soap.rpc.Call.invoke(Call.java:273)
        at
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
t.java:129)
        at
org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient.java:1
51)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
37)
.
Running the testprovider client
Exception in thread "main" java.lang.NoClassDefFoundError:
samples/provider/testprovider
.
Undeploy it now
Exception in thread "main" java.lang.NoSuchMethodError
        at org.apache.soap.util.xml.QName.<init>(QName.java:80)
        at org.apache.soap.util.xml.QName.matches(QName.java:146)
        at org.apache.soap.Envelope.unmarshall(Envelope.java:237)
        at org.apache.soap.rpc.Call.invoke(Call.java:273)
        at
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
t.java:129)
        at
org.apache.soap.server.ServiceManagerClient.undeploy(ServiceManagerClient.ja
va:147)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
35)
.
Verify that it's gone
Exception in thread "main" java.lang.NoSuchMethodError
        at org.apache.soap.util.xml.QName.<init>(QName.java:80)
        at org.apache.soap.util.xml.QName.matches(QName.java:146)
        at org.apache.soap.Envelope.unmarshall(Envelope.java:237)
        at org.apache.soap.rpc.Call.invoke(Call.java:273)
        at
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
t.java:129)
        at
org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient.java:1
51)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
37)

Thanks in Adv
Madhu V


Re: Proble with Samples

Posted by Jindra Havlik <ha...@kn.vutbr.cz>.
Follow http://xml.apache.org/soap/docs/install/index.html instruction.
    Jin

----- Original Message -----
From: "Madhu V" <ma...@four-soft.com>
To: <so...@xml.apache.org>
Sent: Monday, June 03, 2002 3:19 PM
Subject: Proble with Samples


> Hi ,
>
> I am new to SOAP, configured Apache-SOAP to tomcat 3.2, and able to see
the
> admin console of  apache soap. When running the "testit.bat" under
> samples\provider, getting following exception
>
> This test assumes a server URL of
> http://localhost:8080/soap/servlet/rpcrouter
> Deploying the testprovider service...
> Exception in thread "main" java.lang.NoSuchMethodError
>         at
>
org.apache.soap.server.DeploymentDescriptor.fromXML(DeploymentDescriptor.jav
> a:470)
>         at
>
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
> 30)
> .
> Verify that it's there
> Exception in thread "main" java.lang.NoSuchMethodError
>         at org.apache.soap.util.xml.QName.<init>(QName.java:80)
>         at org.apache.soap.util.xml.QName.matches(QName.java:146)
>         at org.apache.soap.Envelope.unmarshall(Envelope.java:237)
>         at org.apache.soap.rpc.Call.invoke(Call.java:273)
>         at
>
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
> t.java:129)
>         at
>
org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient.java:1
> 51)
>         at
>
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
> 37)
> .
> Running the testprovider client
> Exception in thread "main" java.lang.NoClassDefFoundError:
> samples/provider/testprovider
> .
> Undeploy it now
> Exception in thread "main" java.lang.NoSuchMethodError
>         at org.apache.soap.util.xml.QName.<init>(QName.java:80)
>         at org.apache.soap.util.xml.QName.matches(QName.java:146)
>         at org.apache.soap.Envelope.unmarshall(Envelope.java:237)
>         at org.apache.soap.rpc.Call.invoke(Call.java:273)
>         at
>
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
> t.java:129)
>         at
>
org.apache.soap.server.ServiceManagerClient.undeploy(ServiceManagerClient.ja
> va:147)
>         at
>
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
> 35)
> .
> Verify that it's gone
> Exception in thread "main" java.lang.NoSuchMethodError
>         at org.apache.soap.util.xml.QName.<init>(QName.java:80)
>         at org.apache.soap.util.xml.QName.matches(QName.java:146)
>         at org.apache.soap.Envelope.unmarshall(Envelope.java:237)
>         at org.apache.soap.rpc.Call.invoke(Call.java:273)
>         at
>
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
> t.java:129)
>         at
>
org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient.java:1
> 51)
>         at
>
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
> 37)
>
> Thanks in Adv
> Madhu V
>


Re: Proble with Samples

Posted by Jindra Havlik <ha...@kn.vutbr.cz>.
Follow http://xml.apache.org/soap/docs/install/index.html instruction.
    Jin

----- Original Message -----
From: "Madhu V" <ma...@four-soft.com>
To: <so...@xml.apache.org>
Sent: Monday, June 03, 2002 3:19 PM
Subject: Proble with Samples


> Hi ,
>
> I am new to SOAP, configured Apache-SOAP to tomcat 3.2, and able to see
the
> admin console of  apache soap. When running the "testit.bat" under
> samples\provider, getting following exception
>
> This test assumes a server URL of
> http://localhost:8080/soap/servlet/rpcrouter
> Deploying the testprovider service...
> Exception in thread "main" java.lang.NoSuchMethodError
>         at
>
org.apache.soap.server.DeploymentDescriptor.fromXML(DeploymentDescriptor.jav
> a:470)
>         at
>
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
> 30)
> .
> Verify that it's there
> Exception in thread "main" java.lang.NoSuchMethodError
>         at org.apache.soap.util.xml.QName.<init>(QName.java:80)
>         at org.apache.soap.util.xml.QName.matches(QName.java:146)
>         at org.apache.soap.Envelope.unmarshall(Envelope.java:237)
>         at org.apache.soap.rpc.Call.invoke(Call.java:273)
>         at
>
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
> t.java:129)
>         at
>
org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient.java:1
> 51)
>         at
>
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
> 37)
> .
> Running the testprovider client
> Exception in thread "main" java.lang.NoClassDefFoundError:
> samples/provider/testprovider
> .
> Undeploy it now
> Exception in thread "main" java.lang.NoSuchMethodError
>         at org.apache.soap.util.xml.QName.<init>(QName.java:80)
>         at org.apache.soap.util.xml.QName.matches(QName.java:146)
>         at org.apache.soap.Envelope.unmarshall(Envelope.java:237)
>         at org.apache.soap.rpc.Call.invoke(Call.java:273)
>         at
>
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
> t.java:129)
>         at
>
org.apache.soap.server.ServiceManagerClient.undeploy(ServiceManagerClient.ja
> va:147)
>         at
>
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
> 35)
> .
> Verify that it's gone
> Exception in thread "main" java.lang.NoSuchMethodError
>         at org.apache.soap.util.xml.QName.<init>(QName.java:80)
>         at org.apache.soap.util.xml.QName.matches(QName.java:146)
>         at org.apache.soap.Envelope.unmarshall(Envelope.java:237)
>         at org.apache.soap.rpc.Call.invoke(Call.java:273)
>         at
>
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
> t.java:129)
>         at
>
org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient.java:1
> 51)
>         at
>
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
> 37)
>
> Thanks in Adv
> Madhu V
>