You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jean-Marc Taillant <ta...@bst.bsf.alcatel.fr> on 2002/05/28 22:42:10 UTC

Nosuche Method erro in client stub ...

Hi all,
I generate client class using WSDL2java. I get the client stub, locator ...
I get the following exception when i try to use the client class...

Failure trying to get the Call object
java.lang.NoSuchMethodError
        at org.apache.axis.client.Call.getTypeMapping(Call.java:1502)
        at org.apache.axis.client.Call.registerTypeMapping(Call.java:1537)
        at org.apache.axis.client.Call.registerTypeMapping(Call.java:1555)
        at MyServiceSoapBindingStub.createCall(MyServiceSoapBindingStub.java:102)
        at MyServiceSoapBindingStub.logon(MyServiceSoapBindingStub.java:116)
        at TestCfg.main(TestCfg.java:29)

I use the last nightly build from 05/26/2002

Any idea,

Thanks in advance

Jean Marc

PS: my classpath is ok!