DownLoad downLoad = new DownLoad(); downLoad.download(userName, password, mainInterface); //MainLogin public class MainLogin { private static XFireProxyFactory serviceFactory = new XFireProxyFactory();
运行后抛出异常: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException .. at $Proxy0.downloadDisease(Unknown Source) at client.viewhigh.dt.DownLoad.download(DownLoad.java:22) at client.viewhigh.dt.TestDownFile.main(TestDownFile.java:23)