Bonjours,
Et bien c'est mon premier article dans ce extraordinaire forum et je suis sûr que le groupe dons y va m'aider ;)
Bon je ne connais pas aucune idée comment je pourrai utiliser l'enveloppe XML suivant dans mon mail a envoyer:
POST /Dexi/services/service.asmx HTTP/1.1
Host: dx.monsite.com
Content-Type: text/xml;charset=utf-8
Content-Length: length
SOAPAction: "https://sec.monsite.sk/dexo/Create"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Create xmlns="https://sec.monsite.sk/dexi/">
<userId>int</userId>
<sessionId>string</sessionId>
<customerName>string</customerName>
<customerEmail>string</customerEmail>
<secondaryEmail>string</secondaryEmail>
<countryId>int</countryId>
<pro>string</pro>
<note>string</note>
</Create>
</soap:Body>
</soap:Envelope>
J'utilise PHP, qu'elle est le script et les actions nécessaire que je dois l'utiliser et merci d'avance :)
Partager