- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 11 Nov 2005 07:51:18 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv5018
Modified Files:
wsdl20-soap11-binding.html
Log Message:
Regenerated
Index: wsdl20-soap11-binding.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-soap11-binding.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** wsdl20-soap11-binding.html 27 May 2005 10:29:25 -0000 1.5
--- wsdl20-soap11-binding.html 11 Nov 2005 07:51:16 -0000 1.6
***************
*** 76,81 ****
<dd><a href=
"http://www.w3.org/2002/ws/desc/wsdl20-soap11-binding">http://www.w3.org/2002/ws/desc/wsdl20-soap11-binding</a></dd>
<dt>Editor:</dt>
! <dd>Asir S. Vedamuthu, webMethods</dd>
</dl>
<p>This document is also available in these non-normative formats:
--- 76,84 ----
<dd><a href=
"http://www.w3.org/2002/ws/desc/wsdl20-soap11-binding">http://www.w3.org/2002/ws/desc/wsdl20-soap11-binding</a></dd>
+ <dt>Previous versions:</dt>
+ <dd><a href=
+ "http://www.w3.org/TR/2005/WD-wsdl20-soap11-binding-20050510/">http://www.w3.org/TR/2005/WD-wsdl20-soap11-binding-20050510/</a></dd>
<dt>Editor:</dt>
! <dd>Asir S. Vedamuthu, Microsoft, formerly webMethods</dd>
</dl>
<p>This document is also available in these non-normative formats:
***************
*** 159,171 ****
protocol.</p>
<p>This specification depends on WSDL 2.0 [<cite><a href=
! "#WSDL-PART1">WSDL20 Core</a></cite>] and WSDL 2.0 Adjuncts
[<cite><a href="#WSDL-PART2">WSDL 2.0 Adjuncts</a></cite>].</p>
<div class="div2">
<h3><a name="notcon" id="notcon"></a>1.1 Notational
Conventions</h3>
- <p>The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
- NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL"
- in this document are to be interpreted as described in RFC2119
- [<cite><a href="#RFC2119">IETF RFC 2119</a></cite>].</p>
<p>This specification uses a number of namespace prefixes
throughout; they are listed in <a href="#tabprefns">Table 1-1</a>.
--- 162,170 ----
protocol.</p>
<p>This specification depends on WSDL 2.0 [<cite><a href=
! "#WSDL-PART1">WSDL 2.0 Core</a></cite>] and WSDL 2.0 Adjuncts
[<cite><a href="#WSDL-PART2">WSDL 2.0 Adjuncts</a></cite>].</p>
<div class="div2">
<h3><a name="notcon" id="notcon"></a>1.1 Notational
Conventions</h3>
<p>This specification uses a number of namespace prefixes
throughout; they are listed in <a href="#tabprefns">Table 1-1</a>.
***************
*** 175,179 ****
<p>This specification uses curly brackets (e.g., {property}) to
indicate a property in the WSDL component model, as defined in Part
! 1 [<cite><a href="#WSDL-PART1">WSDL20 Core</a></cite>] Component
Model.</p>
<a name="tabprefns" id="tabprefns"></a><br />
--- 174,178 ----
<p>This specification uses curly brackets (e.g., {property}) to
indicate a property in the WSDL component model, as defined in Part
! 1 [<cite><a href="#WSDL-PART1">WSDL 2.0 Core</a></cite>] Component
Model.</p>
<a name="tabprefns" id="tabprefns"></a><br />
***************
*** 245,251 ****
Identifying a SOAP 1.1 Binding</h3>
<p>A SOAP Binding is identified as a SOAP 1.1 binding by assigning
! the value "1.1" to the <a href=
! "wsdl20-adjuncts.html#soap-version">{soap version}</a> property of
! the Binding component.</p>
</div>
<div class="div2">
--- 244,251 ----
Identifying a SOAP 1.1 Binding</h3>
<p>A SOAP Binding is identified as a SOAP 1.1 binding by assigning
! the value "1.1" to the {<a href=
! "wsdl20-adjuncts.html#property-Binding.soapversion">soap
! version</a>} property of the <a href=
! "wsdl20.html#component-Binding">Binding</a> component.</p>
</div>
<div class="div2">
***************
*** 254,258 ****
<p>The SOAP 1.1 binding enables Web Service applications to use
SOAP 1.1 [<cite><a href="#SOAP11">SOAP11</a></cite>] by extending
! the SOAP binding in the WSDL Adjuncts Specification [<cite><a href=
"#WSDL-PART2">WSDL 2.0 Adjuncts</a></cite>]. This binding supports
the following:</p>
--- 254,258 ----
<p>The SOAP 1.1 binding enables Web Service applications to use
SOAP 1.1 [<cite><a href="#SOAP11">SOAP11</a></cite>] by extending
! the SOAP binding in the WSDL Adjuncts specification [<cite><a href=
"#WSDL-PART2">WSDL 2.0 Adjuncts</a></cite>]. This binding supports
the following:</p>
***************
*** 260,273 ****
<li>
<p><b>Message Exchange Patterns</b> - supports two Message Exchange
! Patterns defined by the WSDL Predefined Extensions specification
! [<cite><a href="#WSDL-PART2">WSDL 2.0 Adjuncts</a></cite>]: In-Out
! and In-Only.</p>
</li>
<li>
<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 [<cite><a href=
! "#SOAP12-PART1">SOAP12 Part 1</a></cite>].</p>
<p>The term "SOAP Module" (also known as SOAP Extensions) refers to
the specification of the syntax and semantics of one or more SOAP
--- 260,275 ----
<li>
<p><b>Message Exchange Patterns</b> - supports two Message Exchange
! Patterns defined by the WSDL Adjuncts specification [<cite><a href=
! "#WSDL-PART2">WSDL 2.0 Adjuncts</a></cite>]: In-Out and
! In-Only.</p>
</li>
<li>
<p><b>SOAP Modules</b> - supports SOAP Modules and allows users to
! indicate SOAP Modules using the <a href=
! "wsdl20-adjuncts.html#component-SOAPModule">SOAP Module</a>
! component. For SOAP 1.1, this specification adopts the conceptual
! definition of SOAP Module as described in the SOAP 1.2
! specification [<cite><a href="#SOAP12-PART1">SOAP12 Part
! 1</a></cite>].</p>
<p>The term "SOAP Module" (also known as SOAP Extensions) refers to
the specification of the syntax and semantics of one or more SOAP
***************
*** 284,325 ****
[<cite><a href="#SOAP11">SOAP11</a></cite>]. This is indicated by
assigning the URI "http://www.w3.org/@@@@/@@/soap11/bindings/HTTP"
! to the <a href="wsdl20-adjuncts.html#soap-protocol">{soap
! underlying protocol}</a> property.</p>
! <p>The value of the <a href=
! "wsdl20-adjuncts.html#soap-operation-decl-relate">{soap action}</a>
! property identifies the value of the SOAP 1.1 SOAPAction HTTP
! request header field, Section 6.1.1, SOAP 1.1 specification
! [<cite><a href="#SOAP11">SOAP11</a></cite>].</p>
! <p>The values of <a href=
! "wsdl20-adjuncts.html#http-operation-decl-relate">{http method}</a>
! and <a href="wsdl20-adjuncts.html#http-operation-decl-relate">{http
! location}</a> properties are ignored for SOAP 1.1 HTTP binding.</p>
<div class="note">
<p class="prefix"><b>Note:</b></p>
! <p>If the Interface Operation component's <a href=
! "wsdl20.html#InterfaceOperation_details">{message exchange
! pattern}</a> property has the value
! "http://www.w3.org/@@@@/@@/wsdl/in-only" and the Binding
! component's <a href="wsdl20-adjuncts.html#soap-protocol">{soap
! underlying protocol}</a> property has the
value"http://www.w3.org/@@@@/@@/soap11/bindings/HTTP", then the
HTTP response is undefined. For specific guidance on what the HTTP
! response MUST be, implementers SHOULD refer to the Basic Profile
! [<cite><a href="#WSI-BP10">BP10</a></cite>] and / or the latest
! version of this specification (s).</p>
</div>
</li>
<li>
<p><b>Other SOAP 1.1 Underlying Protocols</b> - supports other SOAP
! 1.1 underlying protocols. Other values MAY be used for the <a href=
! "wsdl20-adjuncts.html#soap-protocol">{soap underlying protocol}</a>
! property in conjunction with the SOAP 1.1 binding provided that the
! semantics of such protocols are consistent with this binding.</p>
</li>
</ul>
! <p>The values of <a href=
! "wsdl20-adjuncts.html#soap-operation-decl-relate">{soap mep}</a>
! and <a href="wsdl20-adjuncts.html#soap-fault-decl-relate">{soap
! fault subcodes}</a> properties are ignored for SOAP 1.1
binding.</p>
</div>
--- 286,334 ----
[<cite><a href="#SOAP11">SOAP11</a></cite>]. This is indicated by
assigning the URI "http://www.w3.org/@@@@/@@/soap11/bindings/HTTP"
! to the {<a href=
! "wsdl20-adjuncts.html#property-Binding.soapunderlyingprotocol">soap
! underlying protocol</a>} property.</p>
! <p>The value of the {<a href=
! "wsdl20-adjuncts.html#property-BindingOperation.soapaction">soap
! action</a>} property, if present, identifies the value of the SOAP
! 1.1 SOAPAction HTTP request header field, Section 6.1.1, SOAP 1.1
! specification [<cite><a href="#SOAP11">SOAP11</a></cite>].</p>
! <p>The values of {<a href=
! "wsdl20-adjuncts.html#property-BindingOperation.httpmethod">http
! method</a>} and {<a href=
! "wsdl20-adjuncts.html#property-BindingOperation.httplocation">http
! location</a>} properties are ignored for SOAP 1.1 HTTP binding.</p>
<div class="note">
<p class="prefix"><b>Note:</b></p>
! <p>If the <a href=
! "wsdl20.html#component-InterfaceOperation">Interface Operation</a>
! component's {<a href=
! "wsdl20.html#property-InterfaceOperation.messageexchangepattern">message
! exchange pattern</a>} property has the value
! "http://www.w3.org/@@@@/@@/wsdl/in-only" and the <a href=
! "wsdl20.html#component-Binding">Binding</a> component's {<a href=
! "wsdl20-adjuncts.html#property-Binding.soapunderlyingprotocol">soap
! underlying protocol</a>} property has the
value"http://www.w3.org/@@@@/@@/soap11/bindings/HTTP", then the
HTTP response is undefined. For specific guidance on what the HTTP
! response ought to be, implementers are referred to the Basic
! Profile [<cite><a href="#WSI-BP10">BP10</a></cite>] and/or the
! latest version of this specification(s).</p>
</div>
</li>
<li>
<p><b>Other SOAP 1.1 Underlying Protocols</b> - supports other SOAP
! 1.1 underlying protocols. Other values can be used for the
! {<a href="wsdl20-adjuncts.html#property-Binding.soapunderlyingprotocol">soap
! underlying protocol</a>} property in conjunction with the SOAP 1.1
! binding provided that the semantics of such protocols are
! consistent with this binding.</p>
</li>
</ul>
! <p>The values of {<a href=
! "wsdl20-adjuncts.html#property-BindingOperation.soapmep">soap
! mep</a>} and {<a href=
! "wsdl20-adjuncts.html#property-BindingFault.soapfaultsubcodes">soap
! fault subcodes</a>} properties are ignored for SOAP 1.1
binding.</p>
</div>
***************
*** 329,338 ****
<p>The following default binding rule applies to SOAP 1.1
binding:</p>
! <p><em>SOAP Action.</em> If the Binding Operation component's
! <a href="wsdl20-adjuncts.html#soap-operation-decl-relate">{soap
! action}</a> property has NOT been specified, then the Binding
! component assigns <em>quoted string</em> value to the SOAP 1.1
! SOAPAction HTTP Header Field (see [<cite><a href=
! "#SOAP11">SOAP11</a></cite>]).</p>
</div>
<div class="div2">
--- 338,349 ----
<p>The following default binding rule applies to SOAP 1.1
binding:</p>
! <p><em>SOAP Action.</em> If the <a href=
! "wsdl20.html#component-BindingOperation">Binding Operation</a>
! component does NOT have a {<a href=
! "wsdl20-adjuncts.html#property-BindingOperation.soapaction">soap
! action</a>} property defined, then the <a href=
! "wsdl20.html#component-Binding">Binding</a> component assigns
! <em>quoted string</em> value to the SOAP 1.1 SOAPAction HTTP Header
! Field (see [<cite><a href="#SOAP11">SOAP11</a></cite>]).</p>
</div>
<div class="div2">
***************
*** 382,388 ****
<wsdl:binding name="StockQuoteSoapBinding" interface="tns:StockQuoteInterface"
! <b>type="http://www.w3.org/@@@@/@@/wsdl/soap"</b>
! <b>wsoap:version="1.1"</b>
! <b>wsoap:protocol="http://www.w3.org/@@@@/@@/soap11/bindings/HTTP"</b>>
<wsdl:operation ref="tns:GetLastTradePrice"
<b>wsoap:action="http://example.com/GetLastTradePrice"</b>/>
--- 393,399 ----
<wsdl:binding name="StockQuoteSoapBinding" interface="tns:StockQuoteInterface"
! <b>type="http://www.w3.org/@@@@/@@/wsdl/soap"</b>
! <b>wsoap:version="1.1"</b>
! <b>wsoap:protocol="http://www.w3.org/@@@@/@@/soap11/bindings/HTTP"</b>>
<wsdl:operation ref="tns:GetLastTradePrice"
<b>wsoap:action="http://example.com/GetLastTradePrice"</b>/>
***************
*** 413,422 ****
Web Services-Interoperability Organization, Final Material 16 April
2004.</dd>
- <dt class="label"><a name="RFC2119" id="RFC2119"></a>[IETF RFC
- 2119]</dt>
- <dd><cite><a href="http://www.ietf.org/rfc/rfc2119.txt">Key words
- for use in RFCs to Indicate Requirement Levels</a></cite>, S.
- Bradner, Author. Internet Engineering Task Force, June 1999.
- Available at http://www.ietf.org/rfc/rfc2119.txt.</dd>
<dt class="label"><a name="RFC2616" id="RFC2616"></a>[IETF RFC
2616]</dt>
--- 424,427 ----
***************
*** 452,460 ****
Version 1.2 Part 1: Messaging Framework"</a> is available at
http://www.w3.org/TR/soap12-part1/.</dd>
! <dt class="label"><a name="WSDL-PART1" id="WSDL-PART1"></a>[WSDL20
! Core]</dt>
<dd><cite><a href="wsdl20.html">Web Services Description Language
(WSDL) Version 2.0 Part 1: Core Language</a></cite>, R. Chinnici,
! M. Gudgin, J-J. Moreau, S. Weerawarana, Editors. World Wide Web
Consortium, @@ @@@@ @@@@. This version of the "Web Services
Description Language (WSDL) Version 2.0 Part 1: Core Language"
--- 457,465 ----
Version 1.2 Part 1: Messaging Framework"</a> is available at
http://www.w3.org/TR/soap12-part1/.</dd>
! <dt class="label"><a name="WSDL-PART1" id="WSDL-PART1"></a>[WSDL
! 2.0 Core]</dt>
<dd><cite><a href="wsdl20.html">Web Services Description Language
(WSDL) Version 2.0 Part 1: Core Language</a></cite>, R. Chinnici,
! J-J. Moreau, A. Ryman, S. Weerawarana, Editors. World Wide Web
Consortium, @@ @@@@ @@@@. This version of the "Web Services
Description Language (WSDL) Version 2.0 Part 1: Core Language"
***************
*** 467,475 ****
2.0 Adjuncts]</dt>
<dd><cite><a href="wsdl20-adjuncts.html">Web Services Description
! Language (WSDL) Version 2.0 Part 2: Adjuncts</a></cite> , M.
! Gudgin, H. Haas, P. Le Hégaret, A. Lewis, J-J. Moreau, D. Orchard,
! J. Schlimmer, S. Weerawarana, Editors. World Wide Web Consortium, 3
! August 2004. This version of the "Web Services Description Language
! (WSDL) Version 2.0 Part 2: Adjuncts" Specification is available at
wsdl20-adjuncts.html. The <a href=
"http://www.w3.org/2002/ws/desc/wsdl20-adjuncts">latest version of
--- 472,480 ----
2.0 Adjuncts]</dt>
<dd><cite><a href="wsdl20-adjuncts.html">Web Services Description
! Language (WSDL) Version 2.0 Part 2: Adjuncts</a></cite> , R.
! Chinnici, H. Haas, A. Lewis, J-J. Moreau, D. Orchard, S.
! Weerawarana, Editors. World Wide Web Consortium, @@ @@@@ @@@@. This
! version of the "Web Services Description Language (WSDL) Version
! 2.0 Part 2: Adjuncts" Specification is available at
wsdl20-adjuncts.html. The <a href=
"http://www.w3.org/2002/ws/desc/wsdl20-adjuncts">latest version of
***************
*** 500,508 ****
Information Set]</dt>
<dd><cite><a href=
! "http://www.w3.org/TR/2001/REC-xml-infoset-20011024">XML
! Information Set</a></cite>, J. Cowan and R. Tobin, Editors. World
! Wide Web Consortium, 24 October 2001. This version of the XML
! Information Set Recommendation is
! http://www.w3.org/TR/2001/REC-xml-infoset-20011024. The <a href=
"http://www.w3.org/TR/xml-infoset">latest version of XML
Information Set</a> is available at
--- 505,513 ----
Information Set]</dt>
<dd><cite><a href=
! "http://www.w3.org/TR/2004/REC-xml-infoset-20040204">XML
! Information Set (Second Edition)</a></cite>, J. Cowan and R. Tobin,
! Editors. World Wide Web Consortium, 4 February 2004. This version
! of the XML Information Set Recommendation is
! http://www.w3.org/TR/2004/REC-xml-infoset-20040204. The <a href=
"http://www.w3.org/TR/xml-infoset">latest version of XML
Information Set</a> is available at
***************
*** 533,544 ****
Version 1.2 Part 2: Adjuncts"</a> is available at
http://www.w3.org/TR/soap12-part2/.</dd>
! <dt class="label"><a name="WSDL-PART0" id="WSDL-PART0"></a>[WSDL20
! Primer]</dt>
! <dd><cite><a href="http://www.w3.org/2002/ws/desc/">Web Services
! Description (WSDL) Version 2.0: Primer</a></cite>, K. Sankar, K.
! Liu, D. Booth, Editors. World Wide Web Consortium . The editors'
! version of the "Web Services Description Version 2.0: Primer"
! document is available from
! http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-primer.html.</dd>
</dl>
</div>
--- 538,552 ----
Version 1.2 Part 2: Adjuncts"</a> is available at
http://www.w3.org/TR/soap12-part2/.</dd>
! <dt class="label"><a name="WSDL-PART0" id="WSDL-PART0"></a>[WSDL
! 2.0 Primer]</dt>
! <dd><cite><a href="wsdl20-primer.html">Web Services Description
! Language (WSDL) Version 2.0 Part 0: Primer</a></cite>, D. Booth,
! C.K. Liu, Editors. World Wide Web Consortium, @@ @@@@ @@@@. This
! version of "Web Services Description Language (WSDL) Version 2.0
! Part 0: Primer" is wsdl20-primer.html. The <a href=
! "http://www.w3.org/2002/ws/desc/wsdl20-primer">latest version of
! the "Web Services Description Language (WSDL) Version 2.0 Part 0:
! Primer"</a> document is available from
! http://www.w3.org/2002/ws/desc/wsdl20-primer.</dd>
</dl>
</div>
***************
*** 569,572 ****
--- 577,628 ----
</tr>
<tr>
+ <td rowspan="1" colspan="1">20051111</td>
+ <td rowspan="1" colspan="1">HH</td>
+ <td rowspan="1" colspan="1"><a href=
+ "http://www.w3.org/2002/ws/desc/5/lc-issues/issues.html#LC300">LC300</a>:
+ updated Infoset reference</td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">20050923</td>
+ <td rowspan="1" colspan="1">HH</td>
+ <td rowspan="1" colspan="1"><a href=
+ "http://www.w3.org/2002/ws/desc/5/lc-issues/issues.html#LC313">LC313</a>:
+ made {soap action} optional.</td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">20050617</td>
+ <td rowspan="1" colspan="1">JMarsh</td>
+ <td rowspan="1" colspan="1">Updated prevloc</td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">20050617</td>
+ <td rowspan="1" colspan="1">JMarsh</td>
+ <td rowspan="1" colspan="1">"Predefined Extensions" ->
+ "Adjuncts"</td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">20050617</td>
+ <td rowspan="1" colspan="1">JMarsh</td>
+ <td rowspan="1" colspan="1">Updated primer bibref</td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">20050615</td>
+ <td rowspan="1" colspan="1">JJM</td>
+ <td rowspan="1" colspan="1">Removed the reference to RFC2119 and
+ its keyword description.</td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">20050615</td>
+ <td rowspan="1" colspan="1">JJM</td>
+ <td rowspan="1" colspan="1">Fixed remaining capital MUST, MAY and
+ SHOULD.</td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">20050615</td>
+ <td rowspan="1" colspan="1">JJM</td>
+ <td rowspan="1" colspan="1">Added markup for components and
+ properties.</td>
+ </tr>
+ <tr>
<td rowspan="1" colspan="1">20050527</td>
<td rowspan="1" colspan="1">HH</td>
Received on Friday, 11 November 2005 07:51:25 UTC