こんにちは、wsdl の最初の SOAP サービスの SOAP 実装を作成する必要があります。grails プロジェクト内でこれを達成する方法についてのハウツーはありますか?
wsdl のサーバー実装を作成する必要があります。
これは、新しい cxf 1.x プラグインで可能です。cxf テスト ソースの例を確認してください。
CustomerServiceWsdlEndpoint.groovy -> https://github.com/thorstadt/grails-cxf/blob/master/grails-app/endpoints/org/grails/cxf/test/CustomerServiceWsdlEndpoint.groovy
CustomerService.wsdl -> https://github.com/thorstadt/grails-cxf/blob/master/src/java/org/grails/cxf/test/soap/CustomerService.wsdl
それがあなたのニーズを満たさない場合はお知らせください。