Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的一个项目需要 Contract First Web 服务。我们已经定义了 WSDL 文件,所以我需要使用 JAX-WS 从 WSDL 生成 Java Artifacts,所以有什么方法可以生成暴露 WSDL 的 Java 服务器端表单。
谢谢, 罗摩克里希纳 Rayudu
利用
xjc -wsdl <wsdlurl> -d <目录>
xjc 工具可以在 C:\Program Files\jaxb 中找到
看看我的帖子在这里。它解释了如何使用JDK 附带 的 -Tool 从给定的 WSDL 生成 Metro-JAX-WS-Stubs(工件) 。wsimport
wsimport
希望这会有所帮助!玩得开心!
编辑: 对不起,我错过了你的问题!
Apache AXIS 附带一个名为wsd2java的函数。这对您的情况可能会有所帮助。 看看这篇文章,提供不同 IDE 教程的链接。
干杯!