Salut à tous ,
J'ai un format général d'un message SOAP , est ce que vous pouvez m'interpréter ce sens de ce code ?
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope "
SOAP-ENV :encodingStyle ="http://schemas.xmlsoap.org/soap/encoding">
<SOAP-ENV:Body>
<!-- Requête de la valeur d’un titre -->
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
La réponse du serveur aurait la même structure :
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope"
SOAP-ENV :encodingStyle="http://schemas.xmlsoap.org/soap/encoding">
<SOAP-ENV:Body>
<!-- Valeur du titre -->
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Partager