【问题标题】:JSON Message to SOAP Request in MuleMule 中的 JSON 消息到 SOAP 请求
【发布时间】:2015-08-05 13:30:50
【问题描述】:

我刚刚发现了这个: How can I transform an incoming SOAP response into a JSON document using WSO2 ESB 4.0.3? 基本上我想做类似的事情——就在骡子里:

我有一个 JSON 消息,我想将它转换为一个 SOAP 请求。 JSON 消息是来自 Magento 的客户列表,我想通过 SOAP 将它们插入到我们的 CRM 中。 是否有关于如何执行此类操作的文档或示例或类似内容?

谢谢, 克里斯

【问题讨论】:

    标签: json soap mule


    【解决方案1】:

    【讨论】:

      【解决方案2】:

      另一个选择是,在使用 <json:json-to-object-transformer/> 之后,提取值并将其存储在变量中..
      然后您可以使用 XSLT 转换器,您可以在 iy 中传递变量值并可以创建动态 SOAP 请求。 Mule 中 XSLT 转换器的参考:- https://developer.mulesoft.com/docs/display/current/XSLT+Transformer

      【讨论】:

        猜你喜欢
        • 2018-08-07
        • 1970-01-01
        • 2013-04-16
        • 2015-01-16
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2014-07-22
        • 2021-03-29
        相关资源
        最近更新 更多