-
1 pièce(s) jointe(s)
API REST XML SOAP
Bonjour cher tous
je suis débutant avec postman
après avoir testé mon api avec postman, j'ai généré le code php que j'ai intégré dans mon script, mais la reponse retourné est null.
voici mon code
Pièce jointe 449682
dans le code précédent j'ai remplacé CURLOPT_HTTPHEADER => array(
"Content-Type: text/xml",
"Postman-Token: 488748a3-100e-4532-b1ff-13a1f78bc330",
"cache-control: no-cache"
),
par
CURLOPT_HTTPHEADER => array(
"Content-Type: text/xml"
),
svp quelqu'un peut-il m'aidé?
-
Bonjour,
Votre foreach...vous bouclez dessus ou vous essayez de l'alimenter, les deux ne fonctionnerons pas avec la même variable.