我想用WSO2 ESB编排2个Web服务。第一个端点返回名为student的复杂类型。如何将此学生对象传递给另一个端点而不进行任何更改。
答案 0 :(得分:0)
以下文章可能会帮助您达到您的要求。
http://wso2.com/library/articles/2014/02/service-orchestration-with-wso2-esb
您可以使用以下内容将响应存储在一个项目中。
<enrich>
<source type="body" clone="true"/>
<target type="property" action="child" property="body_of_first_call"/>
</enrich>