1

您好,我需要创建一个 wsdl 第一肥皂服务的肥皂实现。有没有关于如何在 grails 项目中实现这一点的方法?

我必须创建一个 wsdl 的服务器实现。

4

1 回答 1

0

这可以通过新的 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

如果这不能满足您的需求,请告诉我。

于 2013-01-11T05:24:22.167 回答