0

我刚刚开始构建我的第一个 Web 服务应用程序,遵循 Eclipse 教程:http: //www.eclipse.org/webtools/community/education/web/t320/Implementing_a_Simple_Web_Service.pdf

之后,我想使用axis.jar 构建Web 服务客户端。要创建 Web 服务客户端,我必须在构建路径中添加“Web 应用程序库”以消除此错误:

"The type javax.xml.rpc.Call cannot be resolved. It is indirectly referenced from required .class files".

现在是我的问题:是否可以在不添加此 Web 应用程序库的情况下创建 Web 服务客户端?在我的客户端代码中,我只想设置一个 WSDL 路径。先感谢您

4

0 回答 0