2002/ws/desc/wsdl20 wsdl20-bindings.html,1.32,1.33 wsdl20-bindings.xml,1.37,1.38

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv749

Modified Files:
	wsdl20-bindings.html wsdl20-bindings.xml 
Log Message:
added default rule for http uri generation

Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** wsdl20-bindings.xml	23 Jun 2004 16:45:01 -0000	1.37
--- wsdl20-bindings.xml	23 Jun 2004 17:40:18 -0000	1.38
***************
*** 358,362 ****
  
            <item><p><emph>HTTP Method Selection.</emph> This default
!           binding rule is application 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
--- 358,362 ----
  
            <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
***************
*** 370,373 ****
--- 370,385 ----
            then the default value of the {http method} property is
            <emph>GET</emph>.</p></item>
+ 
+           <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
+           has the value
+           <attval>http://www.w3.org/2003/05/soap/mep/soap-response/</attval>
+           then the URI to execute the HTTP GET against MUST be
+           generated using the HTTP Binding's rules for generating a
+           URI for HTTP GET (see <specref
+           ref="http-binding"/>).</p></item>
          </ulist>
  
***************
*** 2409,2412 ****
--- 2421,2429 ----
   <td>20040623</td>
   <td>SW</td>
+  <td>Added default binding rules about HTTP URI generation.</td>
+ </tr>
+ <tr>
+  <td>20040623</td>
+  <td>SW</td>
   <td>Added default binding rules about SOAP MEP selection and
  HTTP Method selection.</td>

Index: wsdl20-bindings.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** wsdl20-bindings.html	23 Jun 2004 16:45:01 -0000	1.32
--- wsdl20-bindings.html	23 Jun 2004 17:40:18 -0000	1.33
***************
*** 379,383 ****
  
            <li><p><em>HTTP Method Selection.</em> This default
!           binding rule is application when the value of the {soap
            protocol} property of the Binding component is
            "http://www.w3.org/2003/05/soap/bindings/HTTP/". If
--- 379,383 ----
  
            <li><p><em>HTTP Method Selection.</em> This default
!           binding rule is applicable when the value of the {soap
            protocol} property of the Binding component is
            "http://www.w3.org/2003/05/soap/bindings/HTTP/". If
***************
*** 391,394 ****
--- 391,405 ----
            then the default value of the {http method} property is
            <em>GET</em>.</p></li>
+ 
+           <li><p><em>HTTP URI Generation.</em> This default
+           binding rule is applicable when the value of the {soap
+           protocol} property of the Binding component is
+           "http://www.w3.org/2003/05/soap/bindings/HTTP/". If
+           the {soap mep} property of the Binding Operation component
+           has the value
+           "http://www.w3.org/2003/05/soap/mep/soap-response/"
+           then the URI to execute the HTTP GET against MUST be
+           generated using the HTTP Binding's rules for generating a
+           URI for HTTP GET (see <a href="#http-binding"><b>3. WSDL HTTP Binding</b></a>).</p></li>
          </ul>
  
***************
*** 2354,2357 ****
--- 2365,2373 ----
   <td rowspan="1" colspan="1">20040623</td>
   <td rowspan="1" colspan="1">SW</td>
+  <td rowspan="1" colspan="1">Added default binding rules about HTTP URI generation.</td>
+ </tr>
+ <tr>
+  <td rowspan="1" colspan="1">20040623</td>
+  <td rowspan="1" colspan="1">SW</td>
   <td rowspan="1" colspan="1">Added default binding rules about SOAP MEP selection and
  HTTP Method selection.</td>

Received on Wednesday, 23 June 2004 13:40:20 UTC