【发布时间】:2014-06-12 11:37:46
【问题描述】:
我正在尝试按照此处的步骤实现 Web 服务代理。 http://forum.spring.io/forum/spring-projects/integration/114641-how-to-implement-the-web-service-proxy-pattern
Spring-ws-config.xml:
<int-ws:inbound-gateway id="proxy" request-channel="toOutbound"/>
<int:channel id="toOutbound" />
<int-ws:outbound-gateway id="out" request-channel="toOutbound" uri="http://localhost:8080/helloproxy" />
在部署代理服务时遇到此异常。
org.xml.sax.SAXParseException;系统ID:http://www.springframework.org/schema/integration/ws/spring-integration-ws.xsd;行号:274;列号:72; src- 解决:无法将名称“集成:smartLifeCycleAttributeGroup”解析为 (n) '属性组' 组件。
有人可以帮我解决这个问题吗? spring-ws-config xml中还有什么要添加的吗?
谢谢, 斯里
【问题讨论】:
标签: spring-integration spring-ws