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