Section courante

A propos

Section administrative du site

 Protocole 
AppleTalk
FTP (File Transfer Protocol)
HTTP (HyperText Transfer Protocol)
ICMP (Internet Control Message Protocol)
IMAP (Internet Message Access Protocol)
IP (Internet Protocol)
LDAP (Lightweight Directory Access Protocol)
LINX
POP3 (Pop Office Protocol-3)
PPP (Point-to-Point Protocol)
QUIC (Quick UDP Internet Connections)
RDP (Remote Desktop Protocol)
SMTP (Mail Transfer Protocol)
SOAP (Simple Object Access Protocol)
SSL (Secure Socket Layer)
TCP (Transfer Control Protocol)
TCP/IP (Transfer Control Protocol/Internet Protocol)
TELNET (TErminal NETwork)
TLS (Transport Layer Security)
UDP (User Datagram Protocol)
XML-RPC (Remote procedure call-Extensible Markup Language)

La réponse reçu d'un appel XML-RPC devrait avoir le format suivant :

<?xml version="1.0"?>
<methodResponse>
   <params>
      <param>
         <value<typededonnes>valeur</typededonnes></value>
      </param>
   </params>
</methodResponse>

Exemple

L'exemple suivant permet d'indiquer une valeur reçu lors d'un appel au /xmlrpc.php de WordPress :

<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
  <params>
    <param>
      <value>
      <string>123456789</string>
      </value>
    </param>
  </params>
</methodResponse>


Dernière mise à jour : Vendredi, le 5 janvier 2016