Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to create a POST REST to connect to our web service, using Qlik Cloud #. From Qlik Sense Enterprise on Windows #, I use an XML in which, to avoid possible special characters, I use the CDATA tag. The same XML does not work in Qlik Cloud #. However, if I remove the CDATA tags, it works.
Any ideas?
Thanks!!!
This is teh XML:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:VCreateAnagraficaALL>
<!--Optional:-->
<tem:loginAzienda>123456789</tem:loginAzienda>
<!--Optional:-->
<tem:Input01><![CDATA[123456]]></tem:Input01>
<tem:Input02><![CDATA[RAGIONE SOCIALE]]></tem:Input02>
<tem:Input03><![CDATA[Auvergne-Rhône-Alpes]]></tem:Input03>
<tem:Input04><![CDATA[AL]]></tem:Input04>
<tem:Input05><![CDATA[0]]></tem:Input05>
<tem:Input06><![CDATA[VIA DEI MILLE]]></tem:Input06>
<tem:Input07><![CDATA[ROZZANO]]></tem:Input07>
<tem:Input08><![CDATA[20100]]></tem:Input08>
<tem:Input09><![CDATA[02056485789]]></tem:Input09>
<tem:Input010><![CDATA[SVILUPPO.EST@ABCDEF.IT]]></tem:Input010>
<tem:Input011><![CDATA[Attivo]]></tem:Input011>
<tem:codicePortale>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</tem:codicePortale>
</tem:VCreateAnagraficaALL>
</soapenv:Body>
</soapenv:Envelope>