Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Roberto_Licciardello
Partner - Contributor III
Partner - Contributor III

CDATA not working in REST connection for Qlik Cloud

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>

Labels (4)
0 Replies