我刚刚开始构建我的第一个网络服务应用程序,关注日食:http://www.eclipse.org/webtools/community/education/web/t320/Implementing_a_Simple_Web_Service.pdf
之后我想使用axis.jar构建web服务客户端。要创建Web服务客户端,我必须在构建路径中添加“web app library”以消除此错误:
"The type javax.xml.rpc.Call cannot be resolved. It is indirectly referenced from required .class files".
现在是我的不安:是否可以在不添加此Web应用程序库的情况下创建Web服务客户端?在我的客户端代码中,我想只设置一个WSDL路径。 提前谢谢