- From: Hugo Haas <hugo@dev.w3.org>
- Date: Thu, 22 Jul 2004 06:48:27 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv19853
Modified Files:
wsdl20-bindings.xml
Log Message:
Replaced SOAP protocol by underlying protocol and {soap protocol} by
{soap underlying protocol} as per:
http://lists.w3.org/Archives/Public/www-ws-desc/2004Jul/0011.html
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** wsdl20-bindings.xml 21 Jul 2004 13:56:40 -0000 1.65
--- wsdl20-bindings.xml 22 Jul 2004 06:48:25 -0000 1.66
***************
*** 335,339 ****
<item><p><emph>HTTP Method Selection.</emph> This default
binding rule is applicable when the value of the {soap
! protocol} property of the Binding component is
<attval>http://www.w3.org/2003/05/soap/bindings/HTTP/</attval>. If
the {soap mep} property of the Binding Operation component
--- 335,339 ----
<item><p><emph>HTTP Method Selection.</emph> This default
binding rule is applicable when the value of the {soap
! underlying protocol} property of the Binding component is
<attval>http://www.w3.org/2003/05/soap/bindings/HTTP/</attval>. If
the {soap mep} property of the Binding Operation component
***************
*** 349,353 ****
<item><p><emph>HTTP URI Generation.</emph> This default
binding rule is applicable when the value of the {soap
! protocol} property of the Binding component is
<attval>http://www.w3.org/2003/05/soap/bindings/HTTP/</attval>. If
the {soap mep} property of the Binding Operation component
--- 349,353 ----
<item><p><emph>HTTP URI Generation.</emph> This default
binding rule is applicable when the value of the {soap
! underlying protocol} property of the Binding component is
<attval>http://www.w3.org/2003/05/soap/bindings/HTTP/</attval>. If
the {soap mep} property of the Binding Operation component
***************
*** 385,394 ****
<div2 id="soap-protocol">
! <head>Specifying the SOAP Protocol</head>
<div3 id="soap-protocol-description">
<head>Description</head>
! <p>Every SOAP binding MUST indicate what SOAP protocol is in
use, as defined in the SOAP Protocol Binding Framework
section of <bibref ref="SOAP12-PART1"/>.</p>
--- 385,394 ----
<div2 id="soap-protocol">
! <head>Specifying the SOAP Underlying Protocol</head>
<div3 id="soap-protocol-description">
<head>Description</head>
! <p>Every SOAP binding MUST indicate what underlying protocol is in
use, as defined in the SOAP Protocol Binding Framework
section of <bibref ref="SOAP12-PART1"/>.</p>
***************
*** 400,404 ****
<attval>http://www.w3.org/2003/05/soap/bindings/HTTP/</attval>
(as defined by <bibref ref="SOAP12-PART2"/>) to the {soap
! protocol} property defined below. Other values MAY be used
for this property in conjunction with the SOAP binding
defined by this specification provided that the semantics of
--- 400,404 ----
<attval>http://www.w3.org/2003/05/soap/bindings/HTTP/</attval>
(as defined by <bibref ref="SOAP12-PART2"/>) to the {soap
! underlying protocol} property defined below. Other values MAY be used
for this property in conjunction with the SOAP binding
defined by this specification provided that the semantics of
***************
*** 415,419 ****
<ulist>
! <item><p>{soap protocol}, an absolute URI as defined by
<bibref ref="RFC2396"/>, to the Binding
component.</p></item>
--- 415,419 ----
<ulist>
! <item><p>{soap underlying protocol}, an absolute URI as defined by
<bibref ref="RFC2396"/>, to the Binding
component.</p></item>
***************
*** 463,467 ****
</tr>
<tr>
! <td rowspan="1" colspan="1">{soap protocol}</td>
<td rowspan="1" colspan="1">The actual value of the <att>wsoap:protocol</att>
&AII;.</td>
--- 463,467 ----
</tr>
<tr>
! <td rowspan="1" colspan="1">{soap underlying protocol}</td>
<td rowspan="1" colspan="1">The actual value of the <att>wsoap:protocol</att>
&AII;.</td>
***************
*** 2427,2430 ****
--- 2427,2435 ----
-->
<tr>
+ <td>20040722</td>
+ <td>HH</td>
+ <td>Rename SOAP protocol into underlying protocol.</td>
+ </tr>
+ <tr>
<td>20040721</td>
<td>HH</td>
Received on Thursday, 22 July 2004 02:48:43 UTC