Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d32dffc0 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- updated wrt what works (i.e., most of it)

parent 1b5862eb
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,10 @@ debug=true&level=1. ...@@ -22,6 +22,10 @@ debug=true&level=1.
The result of these requests are provided in XML. The result of these requests are provided in XML.
In the sequel, we describe the various request types. In the sequel, we describe the various request types.
</p> </p>
<p>
The <tt>msgid</tt> and <tt>in-reply-to</tt> elements are not
compulsory and may not be present in messages.
</p>
<h2>listalignments<a name="listalignments"></a></h2> <h2>listalignments<a name="listalignments"></a></h2>
<p>Gets the list of the alignments available on the server.</p> <p>Gets the list of the alignments available on the server.</p>
...@@ -356,10 +360,9 @@ and answers: ...@@ -356,10 +360,9 @@ and answers:
(instead of <tt>method</tt>, <tt>service</tt>, or <tt>renderer</tt>) (REST &amp; SOAP);</li> (instead of <tt>method</tt>, <tt>service</tt>, or <tt>renderer</tt>) (REST &amp; SOAP);</li>
<li><tt>cut</tt> is now <tt>trim</tt> (REST &amp; SOAP);</li> <li><tt>cut</tt> is now <tt>trim</tt> (REST &amp; SOAP);</li>
<li><tt>method</tt> in <tt>trim</tt> is now <tt>type</tt> (REST &amp; SOAP);</li> <li><tt>method</tt> in <tt>trim</tt> is now <tt>type</tt> (REST &amp; SOAP);</li>
<li>All primitives return <tt>in-reply-to</tt> and can <li>All primitives may return <tt>in-reply-to</tt> and may send <tt>msgid</tt> (REST);</li>
send <tt>msgid</tt> (REST);</li>
<li><tt>listevaluators</tt> has been added (REST &amp; SOAP);</li> <li><tt>listevaluators</tt> has been added (REST &amp; SOAP);</li>
<li>The <tt>alid</tt> parameter for identying alignment ids is now replaced by <tt>id</tt> (SOAP);</li> <li>The <tt>alid</tt> parameter for identying alignment ids in requests is now replaced by <tt>id</tt> (SOAP);</li>
<li>The <tt>id</tt> parameter for identying messages is now replaced by <tt>msgid</tt> (SOAP);</li> <li>The <tt>id</tt> parameter for identying messages is now replaced by <tt>msgid</tt> (SOAP);</li>
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment