使用本地 wsdl 文件和绑定文件以及 maven 生成 WSDL 的 Java 客户端示例?
有谁知道从本地 WSDL 文件生成 Java 客户端的完整示例,该文件使用自定义 jaxb 绑定并使用 maven 生成(也最好适用于 Windows)?
是否建议使用 wsimport 或 wsdl2java 来完成此任务?
Does anyone know of a complete example of generating a Java Client from a local WSDL file that uses custom jaxb bindings and generated using maven (also, preferably for windows)?
Is wsimport or wsdl2java recommended for this task?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
cxf-codegen-plugin 应该可以完成这项工作。
使用此配置,您只需设置 wsdl 文件和 java 源生成的文件夹(应位于目标文件夹中)
The cxf-codegen-plugin should do the job.
With this configuration, you just need to set the wsdl files and the java source generated folder (which should be in the target folder)