I pulled head revisions of xml-axis today (6/10/02), created the new
jars, dropped them into my source tree and tried to compile and got the
following error:
[javac]
/home/dowens/agent/java/com/synxis/srms/webservices/client/va/VaWebServiceServiceLocator.java:10:
com.synxis.srms.webservices.client.va.VaWebServiceServiceLocator should be declared
abstract; it does not define getCalls(javax.xml.rpc.namespace.QName) in
com.synxis.srms.webservices.client.va.VaWebServiceServiceLocator
[javac] public class VaWebServiceServiceLocator extends
org.apache.axis.client.Service implements
com.synxis.srms.webservices.client.va.VaWebServiceService {
[javac] ^
It appears that the ServiceLocator does not implement getCalls() which
is defined on the service interface.
Any suggestions?
|)ave
--
And in my spare time, I think I'll write some code.