[SOLVED] insertRecords unable to populate data

[SOLVED] insertRecords unable to populate data

Hi everyone,

I'm using the following XML to insert a record in CustomModule7:
<CustomModule7>
  <row no="1">
    <FL val="CustomModule7 Name">
      <![CDATA[Police GOC]]>
    </FL>
    <FL val="Body">
      <![CDATA[Merci de réduire la police dans GOC

      [image: Images intégrées 1]

      Je reste à votre disposition si vous avez besoin d'informations
      supplémentaires.

      Bien cordialement,

      VivaSoft - Christian Pompier
      Intégrateur Google Apps & Zoho CRM
      Direction Générale
      09-51-91-02-19 / 06-06-50-88-46
       www.vivasoft.fr

      *Découvrez Game of Cloud for Gmail
      entre Zoho CRM et Gmai*
      ]]>
    </FL>
    <FL val="Sender Name">
      <![CDATA["Christian Pompier | VivaSoft"]]>
    </FL>
    <FL val="Sender Email">
      <![CDATA[ christianpompier@vivasoft.fr]]>
    </FL>
    <FL val="Recipient Name">
      <![CDATA[Pierrick Couget]]>
    </FL>
    <FL val="Recipient Email">
      <![CDATA[ pc@gameofcloud.com]]>
    </FL>
    <FL val="Email Date">
      <![CDATA[2016-01-26]]>
    </FL>
    <FL val="Has Attachment ?">
      true
    </FL>
    <FL val="Quote_ID">
      1190730000002327329
    </FL>
    <FL val="Potential_ID">
      1190730000002066246
    </FL>
    <FL val="Account_ID">
      1190730000001912800
    </FL>
    <FL val="Contact_ID">
      1190730000002153015
    </FL>
  </row>
</CustomModule7>

I think the problem is from the "Body" part, everything works fine when I remove it. I'm using CDATA so special characters like >, / or < shouldn't be a problem. If you have any clue about how to solve this, it would be great.

Thanks