Rubén Larenas · Jan 9, 2023 go to post

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

Rubén Larenas · May 14, 2021 go to post

Hello Ankur,  in your inbound Bussiness Service you must set the "ACK Mode". default it's "Never"