- From: Hugo Haas <hugo@dev.w3.org>
- Date: Thu, 22 Jul 2004 10:29:35 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv13334 Modified Files: wsdl20-bindings.xml Log Message: Finished addressing issue 166: - clarified what instance data is: relationship with the component model - noted that serialization rules also apply to fault messages Index: wsdl20-bindings.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** wsdl20-bindings.xml 22 Jul 2004 10:07:50 -0000 1.71 --- wsdl20-bindings.xml 22 Jul 2004 10:29:33 -0000 1.72 *************** *** 1038,1042 **** Interface Fault component.</p> <p> ! <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> --- 1038,1049 ---- Interface Fault component.</p> <p> ! <termdef id="instance_data" term="instance_data">The internal ! tree representation of an input, output or fault message is ! called an <term>instance data</term>, and is constrained by ! the schema definition associated the message: the XML element ! referenced in the &message_reference-element-p; property of ! the Message Reference component for input and output messages, ! and in the &interface_fault-element-p; property of an ! Interface Fault component for faults.</termdef> </p> *************** *** 1458,1462 **** </item> <item> ! <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> </item> </ulist> --- 1465,1471 ---- </item> <item> ! <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> </item> </ulist> *************** *** 2046,2050 **** <p> The <termref def="instance_data">instance data</termref> 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 <bibref ref="Canonical"/>. --- 2055,2059 ---- <p> The <termref def="instance_data">instance data</termref> 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 <bibref ref="Canonical"/>. *************** *** 2558,2562 **** <td>20040722</td> <td>HH</td> ! <td>Added HTTP error code attribute on fault binding.</td> </tr> <tr> --- 2567,2573 ---- <td>20040722</td> <td>HH</td> ! <td>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:29:44 UTC