Bonjour,
<?xml version="1.0" encoding="ISO-8859-1"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns: xsd="http://www.w3.org/2001/XMLSchema" xmlns: xsi="http://www.w3.org/2001/XMLSchema-instance" ><soap:Body><pg_envoiIdentificationResponse xmlns="AAAA"><pg_envoiIdentificationResult xmlns:ns2="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:string">
&lt;methode&gt;pg_envoiIdentification&lt;/methode&gt;&lt;erreur valeur=&quot;1&quot;&gt;&lt;erreurmessage&gt;Identifiant inconnu&lt;/erreurmessage&gt;&lt;/erreur&gt;&lt;reponse&gt;&lt;ligne&gt;&lt;confirmation valeur=&quot;1&quot;&gt;&lt;/confirmation&gt;&lt;/ligne&gt;&lt;/reponse&gt;

</pg_envoiIdentificationResult></pg_envoiIdentificationResponse></soap:Body></soap:Envelope>
Je veux rendre sous format d'un vrai fichier xml, mais avec tel &lt; je vois pas comment surtout qu'avec utf8_encode, ça donne pas le resultat voulu.

Merci pour votre aide.