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)

L'entête d'information envoyer par HTTP doit avoir le format suivant :

POST /destination HTTP 1.0
User-Agent: myXMLRPCClient/1.0
Host: ipdelamachinehote
Content-Type: text/xml
Content-Length: longueurdesdonnées

La structure de données XML doit avoir le format suivant :

<?xml version="1.0"?>
<methodCall>
   <methodName>nomdemethode</methodName>
      <params>
         <param>
         <value><typededonnees>valeur</typededonnees></value>
      </param>
   </params>
</methodCall>


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