- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Sep 2006 16:14:41 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv23614/ws/desc/wsdl20 Modified Files: wsdl20-adjuncts.xml Log Message: RPC signature now optional, but must be present when style is RPC Index: wsdl20-adjuncts.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v retrieving revision 1.185 retrieving revision 1.186 diff -C 2 -d -r1.185 -r1.186 *** wsdl20-adjuncts.xml 6 Sep 2006 16:06:56 -0000 1.185 --- wsdl20-adjuncts.xml 6 Sep 2006 16:14:38 -0000 1.186 *************** *** 977,981 **** property to the <comp>Interface Operation</comp> component it is applied to:</p> <ulist> ! <item><p><propdef comp="Interface Operation">rpc signature</propdef> REQUIRED. A list of pairs <emph>(q, t)</emph> whose first component is of type <emph>xs:QName</emph> and whose second component is of type <emph>xs:token</emph>. --- 977,982 ---- property to the <comp>Interface Operation</comp> component it is applied to:</p> <ulist> ! <item><p><propdef comp="Interface Operation">rpc signature</propdef><assert class="component" id="WRPC-5019"> OPTIONAL, ! but MUST be present when the style is RPC</assert>. A list of pairs <emph>(q, t)</emph> whose first component is of type <emph>xs:QName</emph> and whose second component is of type <emph>xs:token</emph>. *************** *** 5329,5332 **** --- 5330,5342 ---- <td>JJM</td> <td><loc + href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR076">CR076</loc>: + RPC signature now optional, but must be present when style is RPC + </td> + </tr> + + <tr> + <td>20060906</td> + <td>JJM</td> + <td><loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR075">CR075</loc>: separated assertions from suggestions in 4.2 and 4.3
Received on Wednesday, 6 September 2006 16:14:51 UTC