2002/ws/desc/wsdl20 wsdl20-bindings.html,1.47,1.48

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

Modified Files:
	wsdl20-bindings.html 
Log Message:
Regenerated from XML

Index: wsdl20-bindings.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** wsdl20-bindings.html	22 Jul 2004 10:08:53 -0000	1.47
--- wsdl20-bindings.html	22 Jul 2004 10:29:56 -0000	1.48
***************
*** 1284,1290 ****
  <p>[<a title="instance_data" name="instance_data" id=
  "instance_data">Definition</a>: The internal tree representation of
! an input or an output message is called an <b>instance data</b>,
! and is constrained by the schema definition associated the
! message.]</p>
  <div class="div2">
  <h3><a name="http-binding-id" id="http-binding-id"></a>3.1
--- 1284,1295 ----
  <p>[<a title="instance_data" name="instance_data" id=
  "instance_data">Definition</a>: The internal tree representation of
! an input, output or fault message is called an <b>instance
! data</b>, and is constrained by the schema definition associated
! the message: the XML element referenced in the <a href=
! "wsdl20.html#MessageReference_details#MessageReference_details">{element}</a>
! property of the Message Reference component for input and output
! messages, and in the <a href=
! "wsdl20.html#InterfaceFault_details">{element}</a> property of an
! Interface Fault component for faults.]</p>
  <div class="div2">
  <h3><a name="http-binding-id" id="http-binding-id"></a>3.1
***************
*** 1731,1737 ****
  <li>
  <p>{http default transfer coding} A string value indicating the
! default transfer coding for any input or output messages. Its value
! is defined by the relevent HTTP specification. If not present, the
! default transfer coding associated with the binding applies.</p>
  </li>
  </ul>
--- 1736,1743 ----
  <li>
  <p>{http default transfer coding} A string value indicating the
! default transfer coding for any input, output and fault messages.
! Its value is defined by the relevent HTTP specification. If not
! present, the default transfer coding associated with the binding
! applies.</p>
  </li>
  </ul>
***************
*** 2307,2312 ****
  "application/xml"</h4>
  <p>The <a title="instance_data" href="#instance_data">instance
! data</a> of the input or output message is serialized as an XML
! document in the message body of the HTTP request, following the
  serialization defined in [<cite><a href="#Canonical">Canonical
  XML</a></cite>].</p>
--- 2313,2318 ----
  "application/xml"</h4>
  <p>The <a title="instance_data" href="#instance_data">instance
! data</a> of the input, output or fault message is serialized as an
! XML document in the message body of the HTTP request, following the
  serialization defined in [<cite><a href="#Canonical">Canonical
  XML</a></cite>].</p>
***************
*** 2853,2857 ****
  <td rowspan="1" colspan="1">HH</td>
  <td rowspan="1" colspan="1">Added HTTP error code attribute on
! fault binding.</td>
  </tr>
  <tr>
--- 2859,2864 ----
  <td rowspan="1" colspan="1">HH</td>
  <td rowspan="1" colspan="1">Added HTTP error code attribute on
! fault binding. Added relationship between instance data and
! properties in the component model. Addresses issue 166.</td>
  </tr>
  <tr>

Received on Thursday, 22 July 2004 06:30:04 UTC