I have been handed a .WSDL file which I need to test within a Grails Framework.
Any suggestions how to go about this.
看看http://grails.org/plugin/cxf和http://grails.org/plugin/cxf-client插件。它们易于使用并由 Apache CXF 提供支持 - https://cxf.apache.org/
客户端插件有一个 wsdl2java 脚本,它将生成可以在 Grails 应用程序中使用的代码。
您可以从文档本身开始:http: //grails.org/Calling+External+WebServices