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.
我有一个 wsdl 文件。我希望通过 Grails 从这个 wsdl 文件创建 Web 服务。
谁能帮我?
首先,它是“Grails”,而不是“Groovy on Grails”。见http://burtbeckwith.com/blog/?p=1213
cxf-client 插件使用Apache CXF 并具有大量功能。它易于使用,并且有一个 wsdl2java 脚本,可用于生成客户端代码。