2002/ws/desc/wsdl20 wsdl20-bindings.xml,1.59,1.60

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv4169

Modified Files:
	wsdl20-bindings.xml 
Log Message:
Identifying the HTTP binding corectly: setting the {type} property of binding


Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** wsdl20-bindings.xml	21 Jul 2004 08:24:58 -0000	1.59
--- wsdl20-bindings.xml	21 Jul 2004 11:07:20 -0000	1.60
***************
*** 1040,1043 ****
--- 1040,1053 ----
          <termdef id="instance_data" term="instance_data">The internal tree representation of an input or an output message is called an <term>instance data</term>, and is constrained by the schema definition associated the message.</termdef>
        </p>
+ 
+       <div2 id="http-binding-id">
+         <head>Identifying an HTTP Binding</head>
+ 
+         <p>A Binding component (defined in <bibref ref="WSDL-PART1"/>)
+         is identified as an HTTP binding by assigning the value
+         <attval>&wsdl-http-ns;</attval> to the &binding-type-p; property of
+         the Binding component.</p>
+       </div2>
+ 
        <div2 id="http-syntax">
          <head>HTTP Syntax Summary (Non-Normative)</head>
***************
*** 2417,2420 ****
--- 2427,2440 ----
  -->
  <tr>
+  <td>20040721</td>
+  <td>HH</td>
+  <td>Setting the {type} property of binding for HTTP binding.</td>
+ </tr>
+ <tr>
+  <td>20040721</td>
+  <td>HH</td>
+  <td>Fixes for issue 177.</td>
+ </tr>
+ <tr>
   <td>20040720</td>
   <td>HH</td>

Received on Wednesday, 21 July 2004 07:08:04 UTC