- From: Asir Vedamuthu <avedamut@dev.w3.org>
- Date: Mon, 29 Nov 2004 16:10:30 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv12423/ws/desc/wsdl20 Modified Files: mod-wsdl20-bindings.html mod-wsdl20-bindings.xml Added Files: diff-mod-wsdl20-bindings.html Log Message: Incorporated Nov 2004 webMethods F2F resolutions: 1. Part 3, table 2-1, bring in default value as part of mapping, that is 1.2 - delete the last bullet in section 2.4.3 XML Representation, "A default value of "1.2"" - replace the mapping text in section 2.4.4, Mapping Between Component Properties and XML Representation, that is, from "The actual value of the wsoap:version attribute information item.", to "The actual value of the wsoap:version attribute information item if present, otherwise "1.2". 2. Part 3, Section 2.7.1, add a reference to SOAP 1.2 (that is, see statement) Replace the phrase "as defined by SOAP Modules" with "as defined by SOAP Modules (see [SOAP 1.2 Part 1: Messaging Framework])" 3. {http location} should be added to base binding and ignored in SOAP 11 binding In Part 3, section 2, add one more bullet * {http location} as defined in 3.6 Binding Operations Plus, I checked in a CRUDE Diff version against Part 3 Last Call draft --- NEW FILE: diff-mod-wsdl20-bindings.html --- <HTML XMLNS="http://www.w3.org/1999/xhtml" LANG="en" XML:LANG="en"> <HEAD> <META NAME="generator" CONTENT="HTML TIDY FOR CYGWIN (VERS 1ST SEPTEMBER 2003), SEE WWW.W3.ORG" /> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"/> <TITLE> Web Services Description Language (WSDL) Version 2.0 Part 3: Bindings </TITLE> <STYLE TYPE="text/css"> /**/ </STYLE> [...16069 lines suppressed...] </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> </DIV> </DIV> </BODY> </HTML> Index: mod-wsdl20-bindings.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/mod-wsdl20-bindings.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mod-wsdl20-bindings.xml 26 Aug 2004 22:41:56 -0000 1.1 --- mod-wsdl20-bindings.xml 29 Nov 2004 16:10:27 -0000 1.2 *************** *** 258,261 **** --- 258,262 ---- realm} as defined in <specref ref="http-auth-decl"/></p></item> + <item><p>{http location} as defined in <specref ref="http-operation-decl"/></p></item> </ulist> *************** *** 447,454 **** <p>A type of <emph>wsdls:string</emph></p> </item> - <item> - <p>A default value of <emph>"1.2"</emph> - </p> - </item> </ulist> </div3> --- 448,451 ---- *************** *** 471,475 **** <td rowspan="1" colspan="1">{soap version}</td> <td rowspan="1" colspan="1">The actual value of the <att>wsoap:version</att> ! &AII;.</td> </tr> </tbody> --- 468,473 ---- <td rowspan="1" colspan="1">{soap version}</td> <td rowspan="1" colspan="1">The actual value of the <att>wsoap:version</att> ! &AII; if present, otherwise "1.2". ! </td> </tr> </tbody> *************** *** 622,626 **** to engage one or more additional features (typically implemented as one or more SOAP header blocks), as defined ! by SOAP Modules. This binding specification allows users to indicate which SOAP Modules are in use across the entire binding, on a per operation basis or on a per message basis.</p> --- 620,624 ---- to engage one or more additional features (typically implemented as one or more SOAP header blocks), as defined ! by SOAP Modules (see <bibref ref="SOAP12-PART1"/>). This binding specification allows users to indicate which SOAP Modules are in use across the entire binding, on a per operation basis or on a per message basis.</p> Index: mod-wsdl20-bindings.html =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/mod-wsdl20-bindings.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mod-wsdl20-bindings.html 26 Aug 2004 22:41:56 -0000 1.1 --- mod-wsdl20-bindings.html 29 Nov 2004 16:10:27 -0000 1.2 *************** *** 550,553 **** --- 550,557 ---- Authentication</b></a></p> </li> + <li> + <p>{http location} as defined in <a href= + "#http-operation-decl"><b>3.6 Binding Operations</b></a></p> + </li> </ul> <div class="div2"> *************** *** 735,741 **** <p>A type of <em>wsdls:string</em></p> </li> - <li> - <p>A default value of <em>"1.2"</em></p> - </li> </ul> </div> --- 739,742 ---- *************** *** 758,763 **** <td rowspan="1" colspan="1">{soap version}</td> <td rowspan="1" colspan="1">The actual value of the ! <code>wsoap:version</code> <em>attribute information ! item</em>.</td> </tr> </tbody> --- 759,764 ---- <td rowspan="1" colspan="1">{soap version}</td> <td rowspan="1" colspan="1">The actual value of the ! <code>wsoap:version</code> <em>attribute information item</em> if ! present, otherwise "1.2".</td> </tr> </tbody> *************** *** 892,899 **** <p>In SOAP, it is permissible for specification interaction to engage one or more additional features (typically implemented as ! one or more SOAP header blocks), as defined by SOAP Modules. This ! binding specification allows users to indicate which SOAP Modules ! are in use across the entire binding, on a per operation basis or ! on a per message basis.</p> </div> <div class="div3"> --- 893,901 ---- <p>In SOAP, it is permissible for specification interaction to engage one or more additional features (typically implemented as ! one or more SOAP header blocks), as defined by SOAP Modules (see ! [<cite><a href="#SOAP12-PART1">SOAP 1.2 Part 1: Messaging ! Framework</a></cite>]). This binding specification allows users to ! indicate which SOAP Modules are in use across the entire binding, ! on a per operation basis or on a per message basis.</p> </div> <div class="div3">
Received on Monday, 29 November 2004 16:10:31 UTC