简体   繁体   中英

In Azure logic app how to call rest api and get XML data and convert to json, when rest invocation for logic app is done

I am new to Logic apps previously i was using WSO2 ESB.In Azure logic app how to call rest api and get XML data and convert it to json. These all process has to start when logic app deployed in the form of rest api is invoked.

To make Azure logic app work when it is invoked(like a rest API) first use request trigger. To convert XML to JSON use json() function and to convert JSON to XML use xml(). Both json() and xml() function are called expression.

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