我正在尝试使用位于我的机器上的现有 WSDL 文档创建 Eclipse Web 服务客户端。我需要从我的机器上浏览 wsdl 文档
我在 Windows 7 操作系统上使用带有 jdk 7 的 Eclipse Luna 4.1 版
当我单击浏览按钮时,我得到这个
谁能告诉我如何选择 wsdl 文件?
[Solution] When I put my wsdl document into my project root and refreshed the project inside Eclipse, the project appeared when I clicked on browse then I can select the wsdl document
请查看以下帖子,其中提供了一个示例,其中包含从给定 WSDL 文件创建 WSDL 客户端的详细步骤: WSDL Client from WSDL file