使用Spring Integration编写契约优先Web服务

时间:2014-04-28 10:07:14

标签: java web-services soap spring-integration spring-ws

我需要使用SOAP创建基于Web Service的{​​{1}},Spring Integration会在Service Activator中处理请求有效内容,然后生成并发送相应的响应。

对于请求和响应消息,

WSDL文件随XSDs一起提供。所以我需要使用WSDL创建Web服务。

如果有人可以就此主题提供任何示例或教程吗?

1 个答案:

答案 0 :(得分:0)

看起来Spring Integration Sample就此问题给出了答案。 以及Reference Manual

中的一些信息
  1. 您需要配置Spring WS基础结构(请参阅其文档)。
  2. 将您的<int-ws:inbound-gateway>推荐给org.springframework.ws.server.endpoint.mapping.UriEndpointMapping defaultEndpoint
  3. 继续其他业务逻辑。