Parsing XML Response In GateWayScript
问题 Hi i am new to API connect ... i have a use case where i have to merge responses coming from two endpoints in XML format based on certain conditions. My flow in the assemble section is like this 1) INVOKE (i make my first service call and capture the response in a custom ' Response object varibale ' -XMLResponse1 2) INVOKE (i make my second service call and here i am not using any custom ' Response object varibale ' Instead i am using apim.getvaribale('message.body') to get the response 3)