Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
365 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a procedure which has out 3 parameters
P_XML_OUT SYS_REFCURSOR;
P_ERROR_CODE_OUT VARCHAR2(32767);
P_ERROR_DESCR_OUT VARCHAR2(32767);
P_XML_OUT this parameter is returning XML data, I tried to execute the procedure using oracle execute query action with below queries (refer below images)
none of the above works, looking for an right way to get XML data as my output from out param using logic app standard.
Thanks in advance.