我正在尝试按照此处的步骤实现Web服务代理。 http://forum.spring.io/forum/spring-projects/integration/114641-how-to-implement-the-web-service-proxy-pattern
弹簧-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; systemId:http://www.springframework.org/schema/integration/ws/spring-integration-ws.xsd; lineNumber:274; columnNumber:72; SRC- resolve:无法将名称'integration:smartLifeCycleAttributeGroup'解析为a (n)'属性组'组件。
有人可以帮我解决这个问题吗?在spring-ws-config xml中还有其他东西需要添加吗?
谢谢, 斯
答案 0 :(得分:1)
或者你有一个spring-integration jar版本的混合(SI-ws是一个版本,但是SI-core是另一个版本),或者它只是你的IDE的一个问题。
Spring Nature(STS)应该有助于解决所有XSD验证问题。