- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Jun 2005 13:01:11 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv10574/ws/desc/wsdl20 Modified Files: wsdl20-adjuncts.xml Log Message: Fix wrong property components <prop comp="..."/>. Index: wsdl20-adjuncts.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** wsdl20-adjuncts.xml 16 Jun 2005 00:52:06 -0000 1.68 --- wsdl20-adjuncts.xml 16 Jun 2005 13:01:09 -0000 1.69 *************** *** 283,288 **** <p>[enumeration, specifying, for each message] A[n optional] message:</p> <olist> ! <item><p>indicated by a <comp>Message Label</comp> component whose ! <prop comp="Message Label">message label</prop> is <attval>[label]</attval> and direction is <attval>[direction]</attval></p></item> <item><p>[received from|sent to] ['some' if first mention] node [node --- 283,288 ---- <p>[enumeration, specifying, for each message] A[n optional] message:</p> <olist> ! <item><p>indicated by a <comp>Interface Message Reference</comp> component whose ! <prop comp="Interface Message Reference">message label</prop> is <attval>[label]</attval> and direction is <attval>[direction]</attval></p></item> <item><p>[received from|sent to] ['some' if first mention] node [node *************** *** 292,296 **** <p>This pattern uses the rule [fault ruleset reference].</p> ! <p>An operation using this message exchange pattern has a <prop comp="Interface Operation">pattern</prop> property with the value <attval>[pattern IRI]</attval>.</p> --- 292,297 ---- <p>This pattern uses the rule [fault ruleset reference].</p> ! <p>An operation using this message exchange pattern has a ! <prop comp="Interface Operation">message exchange pattern</prop> property with the value <attval>[pattern IRI]</attval>.</p> *************** *** 373,377 **** <p>WSDL patterns are described in terms of the WSDL component model, ! specifically the <comp>Message Label</comp> and <comp>Fault Reference</comp> components. </p> <div3 id="in-only"> --- 374,379 ---- <p>WSDL patterns are described in terms of the WSDL component model, ! specifically the <comp>Interface Message Reference</comp> ! and <comp>Interface Fault Reference</comp> components. </p> <div3 id="in-only"> *************** *** 388,393 **** <item> <p> ! indicated by a <comp>Message Label</comp> component whose <prop comp="Message Label">message label</prop> ! is <attval>In</attval> and <prop comp="Message Label">direction</prop> is <attval>in</attval> </p> </item> --- 390,396 ---- <item> <p> ! indicated by a <comp>Interface Message Reference</comp> component ! whose <prop comp="Interface Message Reference">message label</prop> ! is <attval>In</attval> and <prop comp="Interface Message Reference">direction</prop> is <attval>in</attval> </p> </item> *************** *** 403,407 **** <p>This pattern uses the rule <specref ref='no-fault'/>.</p> <p> ! An operation using this message exchange pattern has a <prop comp="Interface Operation">pattern</prop> property with the value <attval>&wsdl-mep-in-only;</attval>. </p> --- 406,411 ---- <p>This pattern uses the rule <specref ref='no-fault'/>.</p> <p> ! An operation using this message exchange pattern has a ! <prop comp="Interface Operation">message exchange pattern</prop> property with the value <attval>&wsdl-mep-in-only;</attval>. </p> *************** *** 414,420 **** <item><p>A message:</p> <ulist> ! <item><p>indicated by a <comp>Message Label</comp> component whose ! <prop comp="Message Label">message label</prop> is <attval>In</attval> and ! <prop comp="Message Label">direction</prop> is <attval>in</attval></p></item> <item><p>received from some node N</p></item> </ulist> --- 418,424 ---- <item><p>A message:</p> <ulist> ! <item><p>indicated by a <comp>Interface Message Reference</comp> component whose ! <prop comp="Interface Message Reference">message label</prop> is <attval>In</attval> and ! <prop comp="Interface Message Reference">direction</prop> is <attval>in</attval></p></item> <item><p>received from some node N</p></item> </ulist> *************** *** 422,426 **** </olist> <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> ! <p>An operation using this message exchange pattern has a <prop comp="Interface Operation">pattern</prop> property with the value <attval>&wsdl-mep-robust-in-only;</attval>.</p> </div3> --- 426,431 ---- </olist> <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> ! <p>An operation using this message exchange pattern has a ! <prop comp="Interface Operation">message exchange pattern</prop> property with the value <attval>&wsdl-mep-robust-in-only;</attval>.</p> </div3> *************** *** 437,442 **** <item> <p> ! indicated by a <comp>Message Label</comp> component whose <prop comp="Message Label">message label</prop> ! is <attval>In</attval> and <prop comp="Message Label">direction</prop> is <prop>in</prop> </p> </item> --- 442,448 ---- <item> <p> ! indicated by a <comp>Interface Message Reference</comp> component ! whose <prop comp="Interface Message Reference">message label</prop> ! is <attval>In</attval> and <prop comp="Interface Message Reference">direction</prop> is <attval>in</attval> </p> </item> *************** *** 455,460 **** <item> <p> ! indicated by a <comp>Message Label</comp> component whose <prop comp="Message Label">message label</prop> ! is <attval>Out</attval> and <prop comp="Message Label">direction</prop> is <attval>out</attval> </p> </item> --- 461,467 ---- <item> <p> ! indicated by a <comp>Interface Message Reference</comp> component ! whose <prop comp="Interface Message Reference">message label</prop> ! is <attval>Out</attval> and <prop comp="Interface Message Reference">direction</prop> is <attval>out</attval> </p> </item> *************** *** 469,473 **** <p>This pattern uses the rule <specref ref='fault-replacement'/>.</p> <p> ! An operation using this message exchange pattern has a <prop comp="Message Label">pattern</prop> property with the value <attval>&wsdl-mep-in-out;</attval>. </p> --- 476,481 ---- <p>This pattern uses the rule <specref ref='fault-replacement'/>.</p> <p> ! An operation using this message exchange pattern has ! a <prop comp="Interface Message Reference">message exchange pattern</prop> property with the value <attval>&wsdl-mep-in-out;</attval>. </p> *************** *** 481,487 **** <item><p>A message:</p> <ulist> ! <item><p>indicated by a <comp>Message Label</comp> component whose ! <prop comp="Message Label">message label</prop> is <attval>In</attval> and ! <prop comp="Message Label">direction</prop> is <attval>in</attval></p></item> <item><p>received from some node N</p></item> </ulist> --- 489,495 ---- <item><p>A message:</p> <ulist> ! <item><p>indicated by a <comp>Interface Message Reference</comp> component whose ! <prop comp="Interface Message Reference">message label</prop> is <attval>In</attval> and ! <prop comp="Interface Message Reference">direction</prop> is <attval>in</attval></p></item> <item><p>received from some node N</p></item> </ulist> *************** *** 489,495 **** <item><p>An optional message:</p> <ulist> ! <item><p>indicated by a <comp>Message Label</comp> component whose ! <prop comp="Message Label">message label</prop> is <attval>Out</attval> and ! <prop comp="Message Label">direction</prop> is <attval>out</attval></p></item> <item><p>sent to node N</p></item> </ulist> --- 497,503 ---- <item><p>An optional message:</p> <ulist> ! <item><p>indicated by a <comp>Interface Message Reference</comp> component whose ! <prop comp="Interface Message Reference">message label</prop> is <attval>Out</attval> and ! <prop comp="Interface Message Reference">direction</prop> is <attval>out</attval></p></item> <item><p>sent to node N</p></item> </ulist> *************** *** 497,501 **** </olist> <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> ! <p>An operation using this message exchange pattern has a <prop comp="Interface Operation">pattern</prop> property with the value <attval>&wsdl-mep-in-opt-out;</attval>.</p> </div3> --- 505,510 ---- </olist> <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> ! <p>An operation using this message exchange pattern has ! a <prop comp="Interface Operation">message exchange pattern</prop> property with the value <attval>&wsdl-mep-in-opt-out;</attval>.</p> </div3> *************** *** 512,517 **** <item> <p> ! indicated by a <comp>Message Label</comp> component whose <prop comp="Message Label">message label</prop> ! is <attval>Out </attval> and <prop comp="Message Label">direction</prop> is <attval>out</attval> </p> </item> --- 521,527 ---- <item> <p> ! indicated by a <comp>Interface Message Reference</comp> component ! whose <prop comp="Interface Message Reference">message label</prop> ! is <attval>Out </attval> and <prop comp="Interface Message Reference">direction</prop> is <attval>out</attval> </p> </item> *************** *** 526,530 **** <p>This pattern uses the rule <specref ref='no-fault'/>.</p> <p> ! An operation using this message exchange pattern has a <prop comp="Interface Operation">pattern</prop> property with the value <attval>&wsdl-mep-out-only;</attval>. </p> --- 536,541 ---- <p>This pattern uses the rule <specref ref='no-fault'/>.</p> <p> ! An operation using this message exchange pattern has ! a <prop comp="Interface Operation">message exchange pattern</prop> property with the value <attval>&wsdl-mep-out-only;</attval>. </p> *************** *** 537,543 **** <item><p>message:</p> <ulist> ! <item><p>indicated by a <comp>Message Label</comp> component whose ! <prop comp="Message Label">message label</prop> is <attval>Out</attval> and ! <prop comp="Message Label">direction</prop> is <attval>out</attval></p></item> <item><p>sent to some node N</p></item> </ulist> --- 548,554 ---- <item><p>message:</p> <ulist> ! <item><p>indicated by a <comp>Interface Message Reference</comp> component whose ! <prop comp="Interface Message Reference">message label</prop> is <attval>Out</attval> and ! <prop comp="Interface Message Reference">direction</prop> is <attval>out</attval></p></item> <item><p>sent to some node N</p></item> </ulist> *************** *** 545,549 **** </olist> <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> ! <p>An operation using this message exchange pattern has a <prop comp="Interface Operation">pattern</prop> property with the value <attval>&wsdl-mep-robust-out-only;</attval>.</p> </div3> --- 556,561 ---- </olist> <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> ! <p>An operation using this message exchange pattern has ! a <prop comp="Interface Operation">message exchange pattern</prop> property with the value <attval>&wsdl-mep-robust-out-only;</attval>.</p> </div3> *************** *** 560,565 **** <item> <p> ! indicated by a <comp>Message Label</comp> component whose <prop comp="Message Label">message label</prop> ! is <attval>Out</attval> and <prop comp="Message Label">direction</prop> is <attval>out</attval> </p> </item> --- 572,578 ---- <item> <p> ! indicated by a <comp>Interface Message Reference</comp> component ! whose <prop comp="Interface Message Reference">message label</prop> ! is <attval>Out</attval> and <prop comp="Interface Message Reference">direction</prop> is <attval>out</attval> </p> </item> *************** *** 578,583 **** <item> <p> ! indicated by a <comp>Message Label</comp> component whose <prop comp="Message Label">message label</prop> ! is <attval>In</attval> and <prop comp="Message Label">direction</prop> is <attval>in</attval> </p> </item> --- 591,597 ---- <item> <p> ! indicated by a <comp>Interface Message Reference</comp> component ! whose <prop comp="Interface Message Reference">message label</prop> ! is <attval>In</attval> and <prop comp="Interface Message Reference">direction</prop> is <attval>in</attval> </p> </item> *************** *** 592,596 **** <p>This pattern uses the rule <specref ref='fault-replacement'/>.</p> <p> ! An operation using this message exchange pattern has a <prop comp="Interface Operation">pattern</prop> property with the value <attval>&wsdl-mep-out-in;</attval>. </p> --- 606,611 ---- <p>This pattern uses the rule <specref ref='fault-replacement'/>.</p> <p> ! An operation using this message exchange pattern has ! a <prop comp="Interface Operation">message exchange pattern</prop> property with the value <attval>&wsdl-mep-out-in;</attval>. </p> *************** *** 604,610 **** <item><p>A message:</p> <ulist> ! <item><p>indicated by a <comp>Message Label</comp> component whose ! <prop comp="Message Label">message label</prop> is <attval>Out</attval> and ! <prop comp="Message Label">direction</prop> is <attval>out</attval></p></item> <item><p>sent to some node N</p></item> </ulist> --- 619,625 ---- <item><p>A message:</p> <ulist> ! <item><p>indicated by a <comp>Interface Message Reference</comp> component whose ! <prop comp="Interface Message Reference">message label</prop> is <attval>Out</attval> and ! <prop comp="Interface Message Reference">direction</prop> is <attval>out</attval></p></item> <item><p>sent to some node N</p></item> </ulist> *************** *** 612,618 **** <item><p>An optional message:</p> <ulist> ! <item><p>indicated by a <comp>Message Label</comp> component whose ! <prop comp="Message Label">message label</prop> is <attval>In</attval> and ! <prop comp="Message Label">direction</prop> is <attval>in</attval></p></item> <item><p>sent from node N</p></item> </ulist> --- 627,633 ---- <item><p>An optional message:</p> <ulist> ! <item><p>indicated by a <comp>Interface Message Reference</comp> component whose ! <prop comp="Interface Message Reference">message label</prop> is <attval>In</attval> and ! <prop comp="Interface Message Reference">direction</prop> is <attval>in</attval></p></item> <item><p>sent from node N</p></item> </ulist> *************** *** 620,624 **** </olist> <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> ! <p>An operation using this message exchange pattern has a <prop comp="Interface Operation">pattern</prop> property with the value <attval>&wsdl-mep-out-opt-in;</attval>.</p> </div3> --- 635,640 ---- </olist> <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> ! <p>An operation using this message exchange pattern has ! a <prop comp="Interface Operation">message exchange pattern</prop> property with the value <attval>&wsdl-mep-out-opt-in;</attval>.</p> </div3> *************** *** 780,784 **** <ulist> ! <item><p> The content model of input and output <prop comp="Interface Message Reference">element</prop> elements MUST be defined using a complex type that contains a sequence from XML Schema.</p></item> --- 796,801 ---- <ulist> ! <item><p> The content model of input and output ! <prop comp="Interface Message Reference">element declaration</prop> elements MUST be defined using a complex type that contains a sequence from XML Schema.</p></item> *************** *** 827,831 **** property to the <comp>Interface Operation</comp> component it is applied to:</p> <ulist> ! <item><p><propdef comp="Interface Operation">rpc-signature</propdef> REQUIRED. A list of pairs <emph>(q, t)</emph> whose first component is of type <emph>xs:QName</emph> and whose second component is of type <emph>xs:token</emph>. --- 844,848 ---- property to the <comp>Interface Operation</comp> component it is applied to:</p> <ulist> ! <item><p><propdef comp="Interface Operation">rpc signature</propdef> REQUIRED. A list of pairs <emph>(q, t)</emph> whose first component is of type <emph>xs:QName</emph> and whose second component is of type <emph>xs:token</emph>. *************** *** 835,839 **** </ulist> <p> ! The value of the <prop comp="Interface Operation">rpc-signature</prop> property MUST satisfy the following conditions: </p> <ulist> --- 852,856 ---- </ulist> <p> ! The value of the <prop comp="Interface Operation">rpc signature</prop> property MUST satisfy the following conditions: </p> <ulist> *************** *** 864,868 **** </p> <olist> ! <item><p>Start with the value of the <prop comp="Interface Operation">rpc-signature</prop> property, a (possibly empty) list of pairs of this form:</p> <p> <emph>[(q0, t0), (q1, t1), ...]</emph></p></item> --- 881,885 ---- </p> <olist> ! <item><p>Start with the value of the <prop comp="Interface Operation">rpc signature</prop> property, a (possibly empty) list of pairs of this form:</p> <p> <emph>[(q0, t0), (q1, t1), ...]</emph></p></item> *************** *** 987,991 **** </tr> <tr> ! <td><prop comp="Interface Operation">rpc-signature</prop></td> <td> A list of <emph>(xs:QName, xs:token)</emph> pairs formed by grouping the items present in the actual value of the --- 1004,1008 ---- </tr> <tr> ! <td><prop comp="Interface Operation">rpc signature</prop></td> <td> A list of <emph>(xs:QName, xs:token)</emph> pairs formed by grouping the items present in the actual value of the *************** *** 1017,1021 **** Use of this value indicates that XML Schema <bibref ref="XMLSchemaP1"/> was used to define the schema of the ! <prop comp="Interface Message Reference">element</prop> property of the <comp>Interface Message Reference</comp> component of the <comp>Interface Operation</comp> component --- 1034,1038 ---- Use of this value indicates that XML Schema <bibref ref="XMLSchemaP1"/> was used to define the schema of the ! <prop comp="Interface Message Reference">element declaration</prop> property of the <comp>Interface Message Reference</comp> component of the <comp>Interface Operation</comp> component *************** *** 1092,1096 **** Use of this value indicates that XML Schema <bibref ref="XMLSchemaP1"/> was used to define the schema of the ! <prop comp="Interface Message Reference">element</prop> property of the <comp>Interface Message Reference</comp> component of the <comp>Interface Operation</comp> component --- 1109,1113 ---- Use of this value indicates that XML Schema <bibref ref="XMLSchemaP1"/> was used to define the schema of the ! <prop comp="Interface Message Reference">element declaration</prop> property of the <comp>Interface Message Reference</comp> component of the <comp>Interface Operation</comp> component *************** *** 1163,1174 **** <p>As allowed in <bibref ref="WSDL-PART1"/>, a <comp>Binding</comp> component ! MAY exist without indicating a specific <xspecref ! href="&w3c-designation-part1;#Interface">Interface ! component</xspecref> that it applies to. In this case, there MUST ! NOT be any <xspecref ! href="&w3c-designation-part1;#Binding_Operation">Binding ! Operation</xspecref> or <xspecref ! href="&w3c-designation-part1;#Binding_Fault">Binding ! Fault</xspecref> components present in the <comp>Binding</comp> component.</p> --- 1180,1187 ---- <p>As allowed in <bibref ref="WSDL-PART1"/>, a <comp>Binding</comp> component ! MAY exist without indicating a specific <comp>Interface</comp> ! component that it applies to. In this case, there MUST ! NOT be any <comp>Binding Operation</comp> or ! <comp>Binding Fault</comp> components present in the <comp>Binding</comp> component.</p> *************** *** 1204,1210 **** <ulist> ! <item><p><prop comp="Binding Message Reference">http version</prop> as defined in <specref ref="http-version-decl"/></p></item> ! <item><p><prop comp="Binding Message Reference">http location</prop> as defined in <specref ref="http-operation-decl"/></p></item> <item><p><prop comp="Binding Message Reference">http headers</prop> as defined in <specref --- 1217,1223 ---- <ulist> ! <item><p><prop comp="Binding">http version</prop> as defined in <specref ref="http-version-decl"/></p></item> ! <item><p><prop comp="Binding Operation">http location</prop> as defined in <specref ref="http-operation-decl"/></p></item> <item><p><prop comp="Binding Message Reference">http headers</prop> as defined in <specref *************** *** 1212,1219 **** <item><p><prop comp="Binding Message Reference">http transfer coding</prop> as defined in <specref ref="http-transfer-coding-decl"/></p></item> ! <item><p><prop comp="Binding Message Reference">http cookies</prop> as defined in <specref ref="http-cookies-decl"/></p></item> ! <item><p><prop comp="Binding Message Reference">http authentication scheme</prop> and ! <prop comp="Binding Message Reference">http authentication realm</prop> as defined in <specref ref="http-auth-decl"/></p></item> </ulist> --- 1225,1232 ---- <item><p><prop comp="Binding Message Reference">http transfer coding</prop> as defined in <specref ref="http-transfer-coding-decl"/></p></item> ! <item><p><prop comp="Binding">http cookies</prop> as defined in <specref ref="http-cookies-decl"/></p></item> ! <item><p><prop comp="Endpoint">http authentication scheme</prop> and ! <prop comp="Endpoint">http authentication realm</prop> as defined in <specref ref="http-auth-decl"/></p></item> </ulist> *************** *** 1365,1369 **** <item><p>If the value is <attval>#element</attval> then the payload will be the &EII; identified by the ! <prop comp="Interface Message Reference">element</prop> property of the <comp>Interface Message Reference</comp> component.</p></item> --- 1378,1382 ---- <item><p>If the value is <attval>#element</attval> then the payload will be the &EII; identified by the ! <prop comp="Interface Message Reference">element declaration</prop> property of the <comp>Interface Message Reference</comp> component.</p></item> *************** *** 1563,1567 **** </tr> <tr> ! <td rowspan="1" colspan="1"><prop comp="Bindin">soap underlying protocol</prop></td> <td rowspan="1" colspan="1">The actual value of the <att>wsoap:protocol</att> &AII;.</td> --- 1576,1580 ---- </tr> <tr> ! <td rowspan="1" colspan="1"><prop comp="Binding">soap underlying protocol</prop></td> <td rowspan="1" colspan="1">The actual value of the <att>wsoap:protocol</att> &AII;.</td> *************** *** 1721,1725 **** <table border="1" id="tab_SOAP_Fault_Mapping"> ! <caption>Mapping from XML Representation to SOAP <comp>Fault</comp> component Properties</caption> <tbody> <tr> --- 1734,1738 ---- <table border="1" id="tab_SOAP_Fault_Mapping"> ! <caption>Mapping from XML Representation to SOAP Fault component Properties</caption> <tbody> <tr> *************** *** 2041,2045 **** <table border="1" id="tab_SOAP_Module_Mapping"> ! <caption>Mapping from XML Representation to <comp>SOAP Module</comp> component Properties</caption> <tbody> <tr> --- 2054,2058 ---- <table border="1" id="tab_SOAP_Module_Mapping"> ! <caption>Mapping from XML Representation to SOAP Module component Properties</caption> <tbody> <tr> *************** *** 2048,2052 **** </tr> <tr> ! <td rowspan="1" colspan="1"><prop comp="SOAP Module">soap modules</prop></td> <td rowspan="1" colspan="1"> The set of <comp>SOAP Modules</comp> components corresponding to all the <el>module</el> --- 2061,2065 ---- </tr> <tr> ! <td rowspan="1" colspan="1"><prop comp="Binding">soap modules</prop></td> <td rowspan="1" colspan="1"> The set of <comp>SOAP Modules</comp> components corresponding to all the <el>module</el> *************** *** 2279,2283 **** <table border="1" id="tab_SOAP_Header_Mapping"> ! <caption>Mapping from XML Representation to <comp>SOAP Header Block</comp> component Properties</caption> <tbody> --- 2292,2296 ---- <table border="1" id="tab_SOAP_Header_Mapping"> ! <caption>Mapping from XML Representation to SOAP Header Block component Properties</caption> <tbody> *************** *** 2401,2405 **** location is specified, the <comp>Endpoint</comp> component also follows the rules for constructing the address from the <prop comp="Endpoint">address</prop> ! property and the <prop comp="Endpoint">http location</prop> property values.</p> <p></p> </div3> --- 2414,2418 ---- location is specified, the <comp>Endpoint</comp> component also follows the rules for constructing the address from the <prop comp="Endpoint">address</prop> ! property and the <prop comp="Binding Operation">http location</prop> property values.</p> <p></p> </div3> *************** *** 2680,2686 **** MUST be empty. Finally if the value is <attval>#element</attval> then the payload will be the &EII; identified by the ! <prop comp="Interface Message Reference">element</prop> property.</p></item> <item><p><comp>Interface Fault</comp> component: the payload will be the ! &EII; identified by the <prop comp="Interface Fault">element</prop> property.</p></item> </ulist> --- 2693,2699 ---- MUST be empty. Finally if the value is <attval>#element</attval> then the payload will be the &EII; identified by the ! <prop comp="Interface Message Reference">element declaration</prop> property.</p></item> <item><p><comp>Interface Fault</comp> component: the payload will be the ! &EII; identified by the <prop comp="Interface Fault">element declaration</prop> property.</p></item> </ulist> *************** *** 2809,2818 **** <p><emph>HTTP Header Construction.</emph> If the ! <prop comp="Binding Operation">http headers</prop> property as defined in section <specref ref="soap-headers-decl"/> exists and is not empty in a <comp>Binding Message Reference</comp> or <comp>Binding Fault</comp> component, &EII; conforming to the element declaration of a <comp>HTTP Header</comp> component's ! <prop comp="Description">element</prop> property, in the ! <prop comp="Binding Operation">http headers</prop> property, MUST be turned into a HTTP header for the corresponding message.</p> --- 2822,2831 ---- <p><emph>HTTP Header Construction.</emph> If the ! <prop comp="Binding Message Reference">http headers</prop> property as defined in section <specref ref="soap-headers-decl"/> exists and is not empty in a <comp>Binding Message Reference</comp> or <comp>Binding Fault</comp> component, &EII; conforming to the element declaration of a <comp>HTTP Header</comp> component's ! <prop comp="SOAP Header Block">element</prop> property, in the ! <prop comp="Binding Message Reference">http headers</prop> property, MUST be turned into a HTTP header for the corresponding message.</p> *************** *** 3019,3023 **** the HTTP response MUST be empty.</p> ! <p>For every <comp>Binding operation</comp> component corresponding to such <comp>Interface Operation</comp> components, this binding extension specification allows the user to indicate the HTTP method to --- 3032,3036 ---- the HTTP response MUST be empty.</p> ! <p>For every <comp>Binding Operation</comp> component corresponding to such <comp>Interface Operation</comp> components, this binding extension specification allows the user to indicate the HTTP method to *************** *** 3291,3296 **** <ulist> ! <item><p><propdef comp="Binding Message Reference">http headers</propdef>, OPTIONAL. A set of <comp>HTTP Header</comp> ! components as defined in <specref ref="http-header-decl-property"/>, to the <comp>Binding Fault</comp> and <comp>Binding Message Reference</comp> components.</p></item> --- 3304,3309 ---- <ulist> ! <item><p><propdef comp="Binding Message Reference">http headers</propdef>, OPTIONAL. ! A set of <comp>HTTP Header</comp> components as defined in <specref ref="http-header-decl-property"/>, to the <comp>Binding Fault</comp> and <comp>Binding Message Reference</comp> components.</p></item> *************** *** 4014,4018 **** Reference</comp> components. This property indicates the transfer codings available for a particular message. Its ! value is ignored when the value of the <prop comp="Binding Message Reference">http version</prop> property is <attval>1.0</attval>.</p> </item> --- 4027,4031 ---- Reference</comp> components. This property indicates the transfer codings available for a particular message. Its ! value is ignored when the value of the <prop comp="Binding">http version</prop> property is <attval>1.0</attval>.</p> </item> *************** *** 4136,4140 **** <ulist> <item> ! <p><propdef comp="Binding">http cookies</propdef> REQUIRED. A <emph>xs:boolean</emph> to the <comp>Binding</comp> component.</p> </item> --- 4149,4154 ---- <ulist> <item> ! <p><propdef comp="Binding">http cookies</propdef> REQUIRED. ! A <emph>xs:boolean</emph> to the <comp>Binding</comp> component.</p> </item> *************** *** 4828,4832 **** <td>HH</td> <td> ! Added <el>wsoap:module</el> at the <comp>Binding Fault</comp> component model as per <loc href='http://lists.w3.org/Archives/Public/www-ws-desc/2005Apr/0037.html'>2005-04-07 telcon</loc> --- 4842,4846 ---- <td>HH</td> <td> ! Added <el>wsoap:module</el> at the Binding Fault component model as per <loc href='http://lists.w3.org/Archives/Public/www-ws-desc/2005Apr/0037.html'>2005-04-07 telcon</loc> *************** *** 5183,5192 **** </td> </tr> ! <tr> <td>20050301</td> <td>RRC</td> <td><loc href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC55'>LC55</loc>: ! enabled use of whttp:transferCoding on <comp>binding fault reference</comp> components. </td> </tr> --- 5197,5206 ---- </td> </tr> ! <tr> <td>20050301</td> <td>RRC</td> <td><loc href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC55'>LC55</loc>: ! enabled use of whttp:transferCoding on Binding Fault Reference components. </td> </tr> *************** *** 5196,5200 **** <td><loc href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC55'>LC55</loc>: ! enabled use of wsoap:module on <comp>binding fault reference</comp> components. </td> </tr> --- 5210,5214 ---- <td><loc href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC55'>LC55</loc>: ! enabled use of wsoap:module on Binding Fault Reference components. </td> </tr>
Received on Thursday, 16 June 2005 13:01:16 UTC