go to post Rubén Larenas · Jan 9, 2023 Using Embedded Python is quite more simple Method XML2JSON(iXml As %String) [ Language = python ] { import xmltodict, json #; print(iXml) obj = xmltodict.parse(iXml) return(json.dumps(obj)) } Just need install .\irispip.exe install xmltodict
go to post Rubén Larenas · Nov 22, 2021 Hi Sandeep JDBC driver and Spark Connector are available since 2018 versions (Here and Here) Hope it helps.
go to post Rubén Larenas · May 14, 2021 Hello Ankur, in your inbound Bussiness Service you must set the "ACK Mode". default it's "Never"