简体   繁体   中英

JSON Message to SOAP Request in Mule

I just found this: How can I transform an incoming SOAP response into a JSON document using WSO2 ESB 4.0.3? and basically I'd like to do something similar - just in Mule:

I've got a JSON message and I'd like to transform it into a SOAP request. The JSON message is a list of customers from Magento and I'd like to insert them via SOAP into our CRM. Is there a documentation or example or similar on how to do something like this?

Thanks, Chris

Another option will be, after using <json:json-to-object-transformer/> , extract the values and store it in variables..
Then you can use XSLT transformer, you can pass the variables value in iy and can create Dynamic SOAP request. reference of XSLT transformer in Mule :- https://developer.mulesoft.com/docs/display/current/XSLT+Transformer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM