diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-15 21:40:53 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 21:55:31 +0100 |
commit | 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch) | |
tree | 1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/soap/index.md | |
parent | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff) | |
download | translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2 translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip |
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/soap/index.md')
-rw-r--r-- | files/fr/glossary/soap/index.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/fr/glossary/soap/index.md b/files/fr/glossary/soap/index.md new file mode 100644 index 0000000000..eff5edf316 --- /dev/null +++ b/files/fr/glossary/soap/index.md @@ -0,0 +1,27 @@ +--- +title: SOAP +slug: Glossary/SOAP +tags: + - Glossaire + - Infrastructure + - SOAP + - WebMechanics +translation_of: Glossary/SOAP +original_slug: Glossaire/SOAP +--- +<p><strong>SOAP </strong>(Simple Object Access Protocol) est un {{glossary("Protocol","protocole")}} de transmission de données au format {{glossary('XML')}}. {{glossary('Mozilla Firefox','Firefox')}} a supprimé le support de SOAP en 2008.</p> + +<h2 id="Pour_approfondir">Pour approfondir</h2> + +<h3 id="Culture_générale">Culture générale</h3> + +<ul> + <li>{{Interwiki("wikipedia", "SOAP")}} sur Wikipédia</li> + <li><a href="/fr/docs/SOAP_dans_les_navigateurs_Gecko">SOAP dans les navigateurs basés sur Gecko</a></li> +</ul> + +<h3 id="Référence_technique">Référence technique</h3> + +<ul> + <li><a href="http://www.w3.org/TR/soap12-part1/">Spécification</a></li> +</ul> |