2

I have been handed a .WSDL file which I need to test within a Grails Framework.

Any suggestions how to go about this.

4

2 回答 2

3

看看http://grails.org/plugin/cxfhttp://grails.org/plugin/cxf-client插件。它们易于使用并由 Apache CXF 提供支持 - https://cxf.apache.org/

客户端插件有一个 wsdl2java 脚本,它将生成可以在 Grails 应用程序中使用的代码。

于 2013-01-07T17:45:50.083 回答
2

您可以从文档本身开始:http: //grails.org/Calling+External+WebServices

于 2013-01-07T17:19:36.280 回答