- From: Roberto Chinnici via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2005 23:16:08 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv6966 Modified Files: wsdl20-adjuncts.html wsdl20-adjuncts.xml Log Message: LC89a: added conformance requirement for RPC style. LC118: added clarification to the function signature generation algorithm. Index: wsdl20-adjuncts.html =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.html,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** wsdl20-adjuncts.html 1 May 2005 12:20:08 -0000 1.30 --- wsdl20-adjuncts.html 9 May 2005 23:16:06 -0000 1.31 *************** *** 1,4 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ! <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Description Language (WSDL) Version 2.0 Part 2: Adjuncts</title><style type="text/css"> code { font-family: monospace; } --- 1,15 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> ! <head> ! <meta name="generator" content= [...11034 lines suppressed...] ! to Part1 for a longer introduction</td> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">20020221</td> ! <td rowspan="1" colspan="1">JJM</td> ! <td rowspan="1" colspan="1">Renamed to "Part 2: Bindings"</td> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">20020221</td> ! <td rowspan="1" colspan="1">JJM</td> ! <td rowspan="1" colspan="1">Created from ! http://www.w3.org/TR/2001/NOTE-wsdl-20010315</td> ! </tr> ! </tbody> ! </table> ! <br /></div> ! </div> ! </div> ! </body> ! </html> Index: wsdl20-adjuncts.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** wsdl20-adjuncts.xml 5 May 2005 15:29:07 -0000 1.43 --- wsdl20-adjuncts.xml 9 May 2005 23:16:06 -0000 1.44 *************** *** 592,595 **** --- 592,603 ---- <emph>&RPC-STYLE;</emph>.</p> + <p>In order to conform with the specification for the RPC style, + an Interface Operation Component MUST obey the constraints listed + below. Furthermore, if the <att>wrpc:signature</att> extension is + used, the corresponding &AII; MUST be valid according to the schema + for the extension and additionally MUST obey the constraints listed + in <specref ref="InterfaceOperation_RPC_Signature_Definition"/> + and <specref ref="InterfaceOperation_RPC_Signature_XMLRep"/>.</p> + <p>The RPC style MUST NOT be used for Interface Operation components whose &interface_operation-message_exchange_pattern-p; property has a *************** *** 704,708 **** whose <emph>t</emph> component is one of <emph>{#in, #out, #inout}</emph>, the second <emph>(L2)</emph> pairs ! whose <emph>t</emph> component is <emph>#return</emph>.</p> <p>For ease of visualization, let's denote the two lists as</p> <p> (L1) <emph>[(a0, u0), (a1, u1),...]</emph></p> --- 712,719 ---- whose <emph>t</emph> component is one of <emph>{#in, #out, #inout}</emph>, the second <emph>(L2)</emph> pairs ! whose <emph>t</emph> component is <emph>#return</emph>. ! During the composition of <emph>L1</emph> and <emph>L2</emph>, ! the relative order of members in the original list MUST ! be preserved.</p> <p>For ease of visualization, let's denote the two lists as</p> <p> (L1) <emph>[(a0, u0), (a1, u1),...]</emph></p> *************** *** 4260,4263 **** --- 4271,4292 ---- --> <tr> + <td>20050509</td> + <td>RRC</td> + <td><loc + href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC118'>LC118</loc>: + Added clarification to step 2 of the algorithm to + compute the function signature for an operation that + uses the wrpc:signature extension. + </td> + </tr> + <tr> + <td>20050509</td> + <td>RRC</td> + <td><loc + href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC89a'>LC89a</loc>: + Added conformance requirement for RPC style. + </td> + </tr> + <tr> <td>20050429</td> <td>RRC</td>
Received on Monday, 9 May 2005 23:16:14 UTC