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 Cory Wilkerson <cw...@travelnow.com> on 2003/01/20 21:05:29 UTC

more issues -- wsdltojava

Attempting to compile source generated from wsdl to java get the following error:

init:
    [javac] Compiling 2 source files to C:\PROJECTS\travelnowCore\resource\web_service
    [javac] C:\PROJECTS\travelnowCore\resource\web_service\localhost\XmlInterfaceLocator.java:62: incompatible types
    [javac] found   : localhost.XmlInterfaceSoapBindingStub
    [javac] required: java.rmi.Remote
    [javac]                 return _stub;
    [javac]                        ^

Now, if I have a look at localhost.XmlInterfaceSoapBindingStub, I see that it extends org.apache.axis.client.Stub which I assume is supposed to extend Remote?  Wondering why I can't get past this.  Any ideas?

Thanks,
Cory