javac -verbose WetterClient.java
[parsing started WetterClient.java]
[parsing completed 76ms]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/lang/Object.class)]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/lang/String.class)]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/lang/Exception.class)]
[checking WetterClient]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/lang/Throwable.class)]
[loading ./com/capeclear/www/GlobalWeather_wsdl/GlobalWeather_ServiceLocator.class]
[loading ./com/capeclear/www/GlobalWeather_wsdl/GlobalWeather_Port.class]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/lang/StringBuffer.class)]
[loading ./com/capeclear/www/GlobalWeather_xsd/WeatherReport.class]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/rmi/Remote.class)]
[loading ./com/capeclear/www/GlobalWeather_xsd/Temperature.class]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/lang/System.class)]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/io/PrintStream.class)]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/io/FilterOutputStream.class)]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/io/OutputStream.class)]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/lang/Error.class)]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/rmi/RemoteException.class)]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/io/IOException.class)]
[loading /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar(java/lang/RuntimeException.class)]
[wrote WetterClient.class]
[total 680ms]
bash-2.05b$ java WetterClient
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
org.apache.axis.client.Service cannot be resolved or is not a valid superclass
javax.xml.rpc.ServiceException cannot be resolved (or is not an exception type) for the method getGlobalWeather
javax.xml.rpc.ServiceException cannot be resolved or is not a type
javax.xml.rpc.ServiceException cannot be resolved (or is not an exception type) for the method getGlobalWeather
The constructor GlobalWeatherStub(URL, GlobalWeather_ServiceLocator) is undefined
The method setPortName(String) is undefined for the type GlobalWeatherStub
org.apache.axis.AxisFault cannot be resolved or is not a type
javax.xml.rpc.ServiceException cannot be resolved (or is not an exception type) for the method getStationInfo
javax.xml.rpc.ServiceException cannot be resolved or is not a type
javax.xml.rpc.ServiceException cannot be resolved (or is not an exception type) for the
[... muchas más líneas por el estilo ...]
at com.capeclear.www.GlobalWeather_wsdl.GlobalWeather_ServiceLocator.<init>(GlobalWeather_ServiceLocator.java:10)
at WetterClient.main(WetterClient.java:9)