- From: Hugo Haas <hugo@dev.w3.org>
- Date: Mon, 20 Sep 2004 20:05:00 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv10407 Modified Files: wsdl20-bindings.xml Log Message: LC37 Fixed typo Index: wsdl20-bindings.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v retrieving revision 1.117 retrieving revision 1.118 diff -C2 -d -r1.117 -r1.118 *** wsdl20-bindings.xml 20 Sep 2004 19:45:14 -0000 1.117 --- wsdl20-bindings.xml 20 Sep 2004 20:04:58 -0000 1.118 *************** *** 368,372 **** the SOAP envelope to be transmitted the contents of the payload (i.e., the contents of the <el>soap:Body</el> &EII; ! of the SOAP envelope) MUST be what is defined by the corresponding Message Reference component. This is subject to optimization by a feature that is in use which may affect --- 368,372 ---- the SOAP envelope to be transmitted the contents of the payload (i.e., the contents of the <el>soap:Body</el> &EII; ! of the SOAP envelope MUST be what is defined by the corresponding Message Reference component. This is subject to optimization by a feature that is in use which may affect *************** *** 1243,1249 **** ref="_http_x-www-form-urlencoded"/>).</p></note> ! <p>The default vales for the {http input serialization} and ! {http output serialization} properties for any other {http ! method} is <code>application/xml</code>.</p> <p> --- 1243,1249 ---- ref="_http_x-www-form-urlencoded"/>).</p></note> ! <p>The default values for the {http input serialization} and ! {http output serialization} properties for any other value of ! the {http method} method is <code>application/xml</code>.</p> <p> *************** *** 1605,1609 **** <p>A type of <emph>wsdls:string</emph></p> </item> ! <item><p>A default value of <emph>"application/xml"</emph></p></item> </ulist> </item> --- 1605,1609 ---- <p>A type of <emph>wsdls:string</emph></p> </item> ! <item><p>A default value of <emph><attval>application/xml</attval></emph></p></item> </ulist> </item> *************** *** 1625,1634 **** <tr> <td rowspan="1" colspan="1">{http location}</td> ! <td rowspan="1" colspan="1">The actual value of the <att>whttp:location</att> ! &AII;.</td> </tr> <tr> <td rowspan="1" colspan="1">{http method}</td> ! <td rowspan="1" colspan="1">The actual value of the <att>whttp:method</att> &AII;.</td> </tr> --- 1625,1637 ---- <tr> <td rowspan="1" colspan="1">{http location}</td> ! <td rowspan="1" colspan="1">The actual value of the ! <att>whttp:location</att> ! &AII;, if present. Otherwise empty.</td> </tr> <tr> <td rowspan="1" colspan="1">{http method}</td> ! <td rowspan="1" colspan="1">The actual value of the ! <att>whttp:method</att> &AII;, if present. Otherwise, the ! actual value of the <att>whttp:methodDefault</att> &AII;.</td> </tr> *************** *** 1636,1645 **** <td rowspan="1" colspan="1">{http input serialization}</td> <td rowspan="1" colspan="1">The actual value of the <att>whttp:inputSerialization</att> ! &AII;.</td> </tr> <tr> <td rowspan="1" colspan="1">{http output serialization}</td> <td rowspan="1" colspan="1">The actual value of the <att>whttp:outputSerialization</att> ! &AII;.</td> </tr> <tr> --- 1639,1650 ---- <td rowspan="1" colspan="1">{http input serialization}</td> <td rowspan="1" colspan="1">The actual value of the <att>whttp:inputSerialization</att> ! &AII;, if present. Otherwise, the default value as ! defined in <specref ref="_http_binding_default_rules"/>.</td> </tr> <tr> <td rowspan="1" colspan="1">{http output serialization}</td> <td rowspan="1" colspan="1">The actual value of the <att>whttp:outputSerialization</att> ! &AII;, if present. Otherwise, the default value as ! defined in <specref ref="_http_binding_default_rules"/>.</td> </tr> <tr> *************** *** 2819,2822 **** --- 2824,2833 ---- <td>HH</td> <td><loc + href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC37'>LC37</loc>: corrected rules to set operation properties values in HTTP binding</td> + </tr> + <tr> + <td>20040920</td> + <td>HH</td> + <td><loc href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC33'>LC33</loc>: removed "default" in SOAP binding's HTTP method selection</td> </tr>
Received on Monday, 20 September 2004 20:05:00 UTC