- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Jun 2005 10:17:03 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv16836/ws/desc/wsdl20 Modified Files: wsdl20-soap11-binding.xml Log Message: Added markup for components and properties. Fixed remaining capital MUST, MAY and SHOULD. Index: wsdl20-soap11-binding.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-soap11-binding.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** wsdl20-soap11-binding.xml 27 May 2005 10:29:25 -0000 1.8 --- wsdl20-soap11-binding.xml 15 Jun 2005 10:17:00 -0000 1.9 *************** *** 8,13 **** <!ENTITY document.status "Editors' copy $Date$"> <!ENTITY status SYSTEM "status-soap11-binding.xml"> - <!ENTITY % properties-refs SYSTEM "properties.dtd"> - %properties-refs; <!ENTITY prevloc ""> ]> --- 8,11 ---- *************** *** 139,143 **** <head>Identifying a SOAP 1.1 Binding</head> <p>A SOAP Binding is identified as a SOAP 1.1 binding by assigning the ! value "1.1" to the &soap-version; property of the Binding component.</p> </div2> <div2 id="soap11-binding-description"> --- 137,142 ---- <head>Identifying a SOAP 1.1 Binding</head> <p>A SOAP Binding is identified as a SOAP 1.1 binding by assigning the ! value <attval>1.1</attval> to the <prop comp="Binding">soap version</prop> property ! of the <comp>Binding</comp> component.</p> </div2> <div2 id="soap11-binding-description"> *************** *** 157,161 **** <p> <b>SOAP Modules</b> - supports SOAP Modules and allows users to ! indicate SOAP Modules using the SOAP Module component. For SOAP 1.1, this specification adopts the conceptual definition of SOAP Module as described in the SOAP 1.2 specification <bibref --- 156,160 ---- <p> <b>SOAP Modules</b> - supports SOAP Modules and allows users to ! indicate SOAP Modules using the <comp>SOAP Module</comp> component. For SOAP 1.1, this specification adopts the conceptual definition of SOAP Module as described in the SOAP 1.2 specification <bibref *************** *** 174,193 **** ref="SOAP11"/>. This is indicated by assigning the URI <attval>&soap11-http-uri;</attval> to the ! &soap-underlying-protocol; property.</p> ! <p>The value of the &soap-action; property identifies the value of the SOAP 1.1 SOAPAction HTTP request header field, Section 6.1.1, SOAP 1.1 specification <bibref ref="SOAP11"/>.</p> ! <p>The values of &http-method; and &http-location; properties are ignored for SOAP 1.1 HTTP binding.</p> <note> ! <p>If the Interface Operation component's ! &interface_operation-message_exchange_pattern-p; property has the value <attval>&wsdl-mep-in-only;</attval> and the ! Binding component's &soap-underlying-protocol; property has ! the value<attval>&soap11-http-uri;</attval>, then the HTTP response is undefined. For specific guidance on what the HTTP ! response MUST be, implementers SHOULD refer to the Basic Profile ! <bibref ref="WSI-BP10"/> and / or the latest version of this ! specification (s).</p> </note> </item> --- 173,194 ---- ref="SOAP11"/>. This is indicated by assigning the URI <attval>&soap11-http-uri;</attval> to the ! <prop comp="Binding">soap underlying protocol</prop> property.</p> ! <p>The value of the <prop comp="Binding">soap action</prop> property ! identifies the value of the SOAP 1.1 SOAPAction HTTP request header field, Section 6.1.1, SOAP 1.1 specification <bibref ref="SOAP11"/>.</p> ! <p>The values of <prop comp="Binding Operation">http method</prop> ! and <prop comp="Binding Operation">http location</prop> properties are ignored for SOAP 1.1 HTTP binding.</p> <note> ! <p>If the <comp>Interface Operation</comp> component's ! <prop comp="Interface Operation">message exchange pattern</prop> property has the value <attval>&wsdl-mep-in-only;</attval> and the ! <comp>Binding</comp> component's <prop comp="Binding">soap underlying protocol</prop> property ! has the value<attval>&soap11-http-uri;</attval>, then the HTTP response is undefined. For specific guidance on what the HTTP ! response ought to be, implementers are referred to the Basic Profile ! <bibref ref="WSI-BP10"/> and/or the latest version of this ! specification(s).</p> </note> </item> *************** *** 195,205 **** <p> <b>Other SOAP 1.1 Underlying Protocols</b> - supports other SOAP ! 1.1 underlying protocols. Other values MAY be used for the ! &soap-underlying-protocol; property in conjunction with the SOAP 1.1 binding provided that the semantics of such protocols are consistent with this binding.</p> </item> </ulist> ! <p>The values of &soap-mep; and &soap-fault-subcodes; properties are ignored for SOAP 1.1 binding.</p> <p/> --- 196,208 ---- <p> <b>Other SOAP 1.1 Underlying Protocols</b> - supports other SOAP ! 1.1 underlying protocols. Other values can be used for the ! <prop comp="Binding">soap underlying protocol</prop> property ! in conjunction with the SOAP 1.1 binding provided that the semantics of such protocols are consistent with this binding.</p> </item> </ulist> ! <p>The values of <prop comp="Binding Operation">soap-mep</prop> ! and <prop comp="Binding Fault">soap fault subcodes</prop> properties are ignored for SOAP 1.1 binding.</p> <p/> *************** *** 209,214 **** <p>The following default binding rule applies to SOAP 1.1 binding:</p> <p> ! <emph>SOAP Action.</emph> If the Binding Operation component's ! &soap-action; property has NOT been specified, then the Binding component assigns <emph>quoted string</emph> value to the SOAP 1.1 SOAPAction HTTP Header Field (see <bibref ref="SOAP11"/>).</p> --- 212,218 ---- <p>The following default binding rule applies to SOAP 1.1 binding:</p> <p> ! <emph>SOAP Action.</emph> If the <comp>Binding Operation</comp> component's ! <prop comp="Binding">soap action</prop> property has NOT been specified, ! then the <comp>Binding</comp> component assigns <emph>quoted string</emph> value to the SOAP 1.1 SOAPAction HTTP Header Field (see <bibref ref="SOAP11"/>).</p> *************** *** 456,459 **** --- 460,473 ---- --> <tr> + <td>20050615</td> + <td>JJM</td> + <td>Fixed remaining capital MUST, MAY and SHOULD.</td> + </tr> + <tr> + <td>20050615</td> + <td>JJM</td> + <td>Added markup for components and properties.</td> + </tr> + <tr> <td>20050527</td> <td>HH</td>
Received on Wednesday, 15 June 2005 10:17:08 UTC