- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Feb 2007 08:38:22 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv31143 Modified Files: wsdl20-adjuncts.xml Log Message: Renamed "content coding" to "content encoding" for disambiguation with "transfer coding". Index: wsdl20-adjuncts.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v retrieving revision 1.240 retrieving revision 1.241 diff -C 2 -d -r1.240 -r1.241 *** wsdl20-adjuncts.xml 19 Feb 2007 18:20:10 -0000 1.240 --- wsdl20-adjuncts.xml 20 Feb 2007 08:38:20 -0000 1.241 *************** *** 1379,1383 **** coding default</prop> on <comp>Binding</comp> and <comp>Binding Operation</comp> components, <prop comp="Binding Message Reference">http content coding</prop> on <comp>Binding Message Reference</comp> and <comp>Binding Fault</comp> components, as defined in <specref ! ref="http-content-coding-decl"/></p></item> <item><p><prop comp="Binding">http cookies</prop> on <comp>Binding</comp> components, as defined in <specref ref="http-cookies-decl"/>.</p></item> --- 1379,1383 ---- coding default</prop> on <comp>Binding</comp> and <comp>Binding Operation</comp> components, <prop comp="Binding Message Reference">http content coding</prop> on <comp>Binding Message Reference</comp> and <comp>Binding Fault</comp> components, as defined in <specref ! ref="http-content-encoding-decl"/></p></item> <item><p><prop comp="Binding">http cookies</prop> on <comp>Binding</comp> components, as defined in <specref ref="http-cookies-decl"/>.</p></item> *************** *** 3111,3131 **** <div3 id="_http_binding_default_rule_coding"> ! <head>HTTP Content Coding Selection</head> <p><assert class="component" id="HTTPBinding-5058"> When formulating the HTTP message to be ! transmitted, content coding for a given <comp>Binding Message Reference</comp> component is determined as follows:</assert></p> <ulist> ! <item><p>If the <prop comp="Binding Message Reference">http content coding</prop> property has a non-empty value, a <el>Content-Encoding</el> header-field MUST be inserted with the value of this property.</p></item> <item><p>Otherwise, if the value of the parent <comp>Binding Operation</comp> component's ! <prop comp="Binding Operation">http content coding default</prop> property has a non-empty value, a <el>Content-Encoding</el> header-field MUST be inserted with the value of this property.</p></item> <item><p>Otherwise, if the value of the grandparent <comp>Binding</comp> component's ! <prop comp="Binding">http content coding default</prop> property has a non-empty value, a <el>Content-Encoding</el> header-field MUST be inserted with the value of this property.</p></item> --- 3111,3131 ---- <div3 id="_http_binding_default_rule_coding"> ! <head>HTTP Content Encoding Selection</head> <p><assert class="component" id="HTTPBinding-5058"> When formulating the HTTP message to be ! transmitted, content encoding for a given <comp>Binding Message Reference</comp> component is determined as follows:</assert></p> <ulist> ! <item><p>If the <prop comp="Binding Message Reference">http content encoding</prop> property has a non-empty value, a <el>Content-Encoding</el> header-field MUST be inserted with the value of this property.</p></item> <item><p>Otherwise, if the value of the parent <comp>Binding Operation</comp> component's ! <prop comp="Binding Operation">http content encoding default</prop> property has a non-empty value, a <el>Content-Encoding</el> header-field MUST be inserted with the value of this property.</p></item> <item><p>Otherwise, if the value of the grandparent <comp>Binding</comp> component's ! <prop comp="Binding">http content encoding default</prop> property has a non-empty value, a <el>Content-Encoding</el> header-field MUST be inserted with the value of this property.</p></item> *************** *** 3133,3149 **** <p><assert class="component" id="HTTPBinding-5059">When formulating the HTTP fault message ! to be transmitted, content coding for a given <comp>Binding Fault</comp> component is determined as follows:</assert></p> <ulist> ! <item><p>If the <prop comp="Binding Fault">http content coding</prop> property has a non-empty value, then a <el>Content-Encoding</el> header-field MUST be inserted with the value of this property.</p></item> ! <item><p>If the <prop comp="Binding">http content coding default</prop> property has a non-empty value, then a <el>Content-Encoding</el> header-field MUST be inserted with the value of this property.</p></item> </ulist> ! <p>The body of the response message is encoded using the specified content coding.</p> </div3> --- 3133,3149 ---- <p><assert class="component" id="HTTPBinding-5059">When formulating the HTTP fault message ! to be transmitted, content encoding for a given <comp>Binding Fault</comp> component is determined as follows:</assert></p> <ulist> ! <item><p>If the <prop comp="Binding Fault">http content encoding</prop> property has a non-empty value, then a <el>Content-Encoding</el> header-field MUST be inserted with the value of this property.</p></item> ! <item><p>If the <prop comp="Binding">http content encoding default</prop> property has a non-empty value, then a <el>Content-Encoding</el> header-field MUST be inserted with the value of this property.</p></item> </ulist> ! <p>The body of the response message is encoded using the specified content encoding.</p> </div3> *************** *** 4937,4942 **** <!-- +++++++++ --> ! <div2 id="http-content-coding-decl"> ! <head>Specifying the Content Coding</head> <div3 id="http-transfer-description"> --- 4937,4942 ---- <!-- +++++++++ --> ! <div2 id="http-content-encoding-decl"> ! <head>Specifying the Content Encoding</head> <div3 id="http-transfer-description"> *************** *** 4946,4950 **** <comp>Binding Fault</comp> component MAY indicate which ! content codings, as defined in section 3.5 of <bibref ref="RFC2616"/>, are available for this particular message.</p> --- 4946,4950 ---- <comp>Binding Fault</comp> component MAY indicate which ! content encodings, as defined in section 3.5 of <bibref ref="RFC2616"/>, are available for this particular message.</p> *************** *** 4967,4971 **** <ulist> <item> ! <p><propdef comp="Binding">http content coding default</propdef> OPTIONAL. A <emph>xs:string</emph> to the <comp>Binding</comp> component. This property indicates the default content --- 4967,4971 ---- <ulist> <item> ! <p><propdef comp="Binding">http content encoding default</propdef> OPTIONAL. A <emph>xs:string</emph> to the <comp>Binding</comp> component. This property indicates the default content *************** *** 4975,4979 **** </item> <item> ! <p><propdef comp="Binding Operation">http content coding default</propdef> OPTIONAL. A <emph>xs:string</emph> to the <comp>Binding Operation</comp> component. This property indicates the default content --- 4975,4979 ---- </item> <item> ! <p><propdef comp="Binding Operation">http content encoding default</propdef> OPTIONAL. A <emph>xs:string</emph> to the <comp>Binding Operation</comp> component. This property indicates the default content *************** *** 4982,4996 **** </item> <item> ! <p><propdef comp="Binding Message Reference">http content coding</propdef> OPTIONAL. A <emph>xs:string</emph> to the <comp>Binding Message Reference</comp> component. This property indicates the ! content codings available for this <comp>Binding Message Reference</comp> component. If this property does not have a value, the value of the ! <prop comp="Binding Operation">http content coding default</prop> property of the parent <comp>Binding Operation</comp> component is used instead. If that itself has no value, the value from the <comp>Binding Operation</comp> component's parent <comp>Binding</comp> component is used instead.</p> </item> ! <item><p>Similarly, <propdef comp="Binding Fault">http content coding</propdef> OPTIONAL, to the <comp>Binding Fault</comp> component</p></item> </ulist> --- 4982,4996 ---- </item> <item> ! <p><propdef comp="Binding Message Reference">http content encoding</propdef> OPTIONAL. A <emph>xs:string</emph> to the <comp>Binding Message Reference</comp> component. This property indicates the ! content encodings available for this <comp>Binding Message Reference</comp> component. If this property does not have a value, the value of the ! <prop comp="Binding Operation">http content encoding default</prop> property of the parent <comp>Binding Operation</comp> component is used instead. If that itself has no value, the value from the <comp>Binding Operation</comp> component's parent <comp>Binding</comp> component is used instead.</p> </item> ! <item><p>Similarly, <propdef comp="Binding Fault">http content encoding</propdef> OPTIONAL, to the <comp>Binding Fault</comp> component</p></item> </ulist> *************** *** 5000,5004 **** </div3> ! <div3 id="http-content-coding-decl-xml"> <head>XML Representation</head> --- 5000,5004 ---- </div3> ! <div3 id="http-content-encoding-decl-xml"> <head>XML Representation</head> *************** *** 5023,5027 **** </description> </eg> ! <p>The XML representation for specifying the content coding is an OPTIONAL &AII; for the <el>input</el>, <el>output</el>, and <el>fault</el> --- 5023,5027 ---- </description> </eg> ! <p>The XML representation for specifying the content encoding is an OPTIONAL &AII; for the <el>input</el>, <el>output</el>, and <el>fault</el> *************** *** 5043,5047 **** <p>The XML representation for specifying the default ! content coding is an OPTIONAL &AII; for the <el>binding</el> &EII; or <el>binding</el>'s child <el>operation</el> &EII;s with the following Infoset --- 5043,5047 ---- <p>The XML representation for specifying the default ! content encoding is an OPTIONAL &AII; for the <el>binding</el> &EII; or <el>binding</el>'s child <el>operation</el> &EII;s with the following Infoset *************** *** 5064,5068 **** </div3> ! <div3 id="http-content-coding-decl-mapping"> <head>Mapping from XML Representation to Component Properties</head> --- 5064,5068 ---- </div3> ! <div3 id="http-content-encoding-decl-mapping"> <head>Mapping from XML Representation to Component Properties</head> *************** *** 5079,5083 **** <tr> <td rowspan="1" colspan="1"><prop comp="Binding">http ! content coding default</prop> of the <comp>Binding</comp> component</td> <td rowspan="1" colspan="1">The actual value of the --- 5079,5083 ---- <tr> <td rowspan="1" colspan="1"><prop comp="Binding">http ! content encoding default</prop> of the <comp>Binding</comp> component</td> <td rowspan="1" colspan="1">The actual value of the *************** *** 5088,5092 **** <tr> <td rowspan="1" colspan="1"><prop comp="Binding ! Operation">http content coding default</prop> of the <comp>Binding Operation</comp> component</td> <td rowspan="1" colspan="1">The actual value of the --- 5088,5092 ---- <tr> <td rowspan="1" colspan="1"><prop comp="Binding ! Operation">http content encoding default</prop> of the <comp>Binding Operation</comp> component</td> <td rowspan="1" colspan="1">The actual value of the *************** *** 5098,5102 **** <td rowspan="1" colspan="1"><prop comp="Binding Message ! Reference">http content coding</prop> of the <comp>Binding Message Reference</comp> component</td> <td rowspan="1" colspan="1">The actual value of the <att>whttp:contentCoding</att> &AII; of --- 5098,5102 ---- <td rowspan="1" colspan="1"><prop comp="Binding Message ! Reference">http content encoding</prop> of the <comp>Binding Message Reference</comp> component</td> <td rowspan="1" colspan="1">The actual value of the <att>whttp:contentCoding</att> &AII; of *************** *** 5106,5110 **** <tr> <td rowspan="1" colspan="1"><prop comp="Binding ! Fault">http content coding</prop> of the <comp>Binding Fault</comp> component</td> <td rowspan="1" colspan="1">The actual value of the <att>whttp:contentCoding</att> &AII; of --- 5106,5110 ---- <tr> <td rowspan="1" colspan="1"><prop comp="Binding ! Fault">http content encoding</prop> of the <comp>Binding Fault</comp> component</td> <td rowspan="1" colspan="1">The actual value of the <att>whttp:contentCoding</att> &AII; of *************** *** 5629,5632 **** --- 5629,5638 ---- </tr> --> + + <tr> + <td>20070220</td> + <td>JJM</td> + <td>Renamed "content coding" to "content encoding" for disambiguation with "transfer coding".</td> + </tr> <tr>
Received on Tuesday, 20 February 2007 08:38:34 UTC