- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 17 Jun 2005 16:58:59 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv32162 Modified Files: wsdl20-soap11-binding.xml Log Message: Index: wsdl20-soap11-binding.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-soap11-binding.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** wsdl20-soap11-binding.xml 15 Jun 2005 10:27:51 -0000 1.11 --- wsdl20-soap11-binding.xml 17 Jun 2005 16:58:57 -0000 1.12 *************** *** 2,183 **** <!-- $Id$ --> <?xml-stylesheet type='text/xsl' href='xmlspec-wsdl.xsl'?> ! <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd"[ ! <!ENTITY % entities SYSTEM "entities.dtd" > ! <!ENTITY prefix "wsdl20-soap11-binding"> ! %entities; ! <!ENTITY document.status "Editors' copy $Date$"> ! <!ENTITY status SYSTEM "status-soap11-binding.xml"> ! <!ENTITY prevloc ""> ]> <spec w3c-doctype="wd" role="&document.role;"> ! <header> ! <title>&soap11binding.title;</title> ! <w3c-designation>&w3c-designation-soap11binding;</w3c-designation> ! <w3c-doctype>&document.status;</w3c-doctype> ! <pubdate> ! <day>&draft.day;</day> ! <month>&draft.month;</month> ! <year>&draft.year;</year> ! </pubdate> ! <publoc> ! <loc href="&w3c-designation-soap11binding;">&w3c-designation-soap11binding;</loc> ! </publoc> &altlocs; - <!-- <prevlocs> ! <loc href="&prevloc;">&prevloc;</loc> ! </prevlocs> ! --> ! <latestloc> ! <loc href="&soap11binding.latest;">&soap11binding.latest;</loc> ! </latestloc> ! <authlist> ! <author> ! <name>Asir S. Vedamuthu</name> ! <affiliation>webMethods</affiliation> ! </author> ! </authlist> ! <abstract> ! <p>WSDL SOAP 1.1 Binding describes the concrete details for using WSDL 2.0 in conjunction with SOAP 1.1 <bibref ref="SOAP11"/> protocol.</p> ! </abstract> &status; <langusage> ! <language id="en">English</language> ! </langusage> ! <revisiondesc> ! <p>Last Modified: $Date$ CET</p> ! </revisiondesc> ! </header> ! <body> ! <!-- *************************************************************** --> ! <div1 id="intro"> ! <head>Introduction</head> ! <p> The Web Services Description Language (WSDL) provides a model and an XML format for describing Web services. WSDL SOAP 1.1 Binding (this ! specification) describes the binding extension for SOAP 1.1 <bibref ! ref="SOAP11"/> protocol. This binding is intended to ease the migration from WSDL 1.1 to WSDL 2.0 for implementers describing services that use SOAP 1.1 protocol. And, this binding allows users to continue using SOAP 1.1 protocol.</p> ! <p>This specification depends on WSDL 2.0 <bibref ref="WSDL-PART1"/> and WSDL 2.0 Adjuncts <bibref ref="WSDL-PART2"/>. </p> ! <!-- +++++++++ --> ! <div2 id="notcon"> ! <head>Notational Conventions</head> ! <p>This specification uses a number of namespace prefixes throughout; they are listed in <specref ref="tabprefns"/>. Note that the choice of any namespace prefix is arbitrary and not semantically significant (see <bibref ref="XMLInfoSet"/>).</p> ! <p>This specification uses curly brackets (e.g., {property}) to indicate ! a property in the WSDL component model, as defined in Part 1 <bibref ! ref="WSDL-PART1"/> Component Model.</p> ! <table border="1" ! summary="Mapping of prefixes used in this document to their
 associated namespace name" id="tabprefns"> ! <caption>Prefixes and Namespaces used in this specification</caption> ! <tbody> ! <tr> ! <th rowspan="1" colspan="1">Prefix</th> ! <th rowspan="1" colspan="1">Namespace</th> ! <th rowspan="1" colspan="1">Notes</th> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">wsdl</td> ! <td rowspan="1" colspan="1"> ! <attval>&wsdl-ns;</attval> ! </td> ! <td rowspan="1" colspan="1">A normative XML Schema <bibref ! ref="XMLSchemaP1"/>, <bibref ref="XMLSchemaP2"/> document for the <attval>&wsdl-ns;</attval> namespace can be found at <loc href="&wsdl-ns;">&wsdl-ns;</loc>.</td> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">wsoap</td> ! <td rowspan="1" colspan="1"> ! <attval>&wsdl-soap-ns;</attval> ! </td> ! <td rowspan="1" colspan="1">A normative XML Schema <bibref ! ref="XMLSchemaP1"/>, <bibref ref="XMLSchemaP2"/> document for the <attval>&wsdl-soap-ns;</attval> namespace can be found at <loc href="&wsdl-soap-ns;">&wsdl-soap-ns;</loc>.</td> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">whttp</td> ! <td rowspan="1" colspan="1"> ! <attval>&wsdl-http-ns;</attval> ! </td> ! <td rowspan="1" colspan="1">A normative XML Schema <bibref ! ref="XMLSchemaP1"/>, <bibref ref="XMLSchemaP2"/> document for the <attval>&wsdl-http-ns;</attval> namespace can be found at <loc href="&wsdl-http-ns;">&wsdl-http-ns;</loc>.</td> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">xs</td> ! <td rowspan="1" colspan="1"> ! <attval>http://www.w3.org/2001/XMLSchema</attval> ! </td> ! <td rowspan="1" colspan="1">Defined in the W3C XML Schema specification <bibref ref="XMLSchemaP1"/>, <bibref ref="XMLSchemaP2"/>.</td> ! </tr> ! </tbody> ! </table> ! <p>Namespace names of the general form <attval>http://example.org/...</attval> and <attval>http://example.com/...</attval> represent application or context-dependent URIs <bibref ref="RFC3986"/>.</p> ! <p>All parts of this specification are normative, with the EXCEPTION of examples, and sections explicitly marked as "Non-Normative".</p> ! </div2> ! </div1> ! <!-- *************************************************************** --> ! <div1 id="soap11-binding"> ! <head>SOAP 1.1 Binding</head> ! <div2 id="soap11-binding-decl"> ! <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"> ! <head>Description</head> ! <p>The SOAP 1.1 binding enables Web Service applications to use SOAP 1.1 <bibref ref="SOAP11"/> by extending the SOAP binding in the WSDL ! Adjuncts Specification <bibref ref="WSDL-PART2"/>. This binding supports the following: </p> ! <ulist> ! <item> ! <p> ! <b>Message Exchange Patterns</b> - supports two Message Exchange ! Patterns defined by the WSDL Predefined Extensions specification <bibref ref="WSDL-PART2"/>: In-Out and In-Only.</p> ! </item> ! <item> ! <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 ! ref="SOAP12-PART1"/>. </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 header blocks.</p> ! <note> ! <p>An IRI <bibref ref="RFC3987"/> is required to indicate a SOAP Module in a SOAP 1.1 binding.</p> ! </note> ! </item> ! <item> ! <p> ! <b>SOAP 1.1 HTTP Binding</b> - supports the SOAP 1.1 HTTP binding ! defined in Section 6, SOAP 1.1 specification <bibref ! 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 --- 2,173 ---- <!-- $Id$ --> <?xml-stylesheet type='text/xsl' href='xmlspec-wsdl.xsl'?> ! <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd" [ ! <!ENTITY % entities SYSTEM "entities.dtd"> ! <!ENTITY prefix "wsdl20-soap11-binding"> ! %entities; ! <!ENTITY document.status "Editors' copy $Date$"> ! <!ENTITY status SYSTEM "status-soap11-binding.xml"> ! <!ENTITY prevloc "http://www.w3.org/TR/2005/WD-wsdl20-soap11-binding-20050510/"> ]> <spec w3c-doctype="wd" role="&document.role;"> ! <header> ! <title>&soap11binding.title;</title> ! <w3c-designation>&w3c-designation-soap11binding;</w3c-designation> ! <w3c-doctype>&document.status;</w3c-doctype> ! <pubdate> ! <day>&draft.day;</day> ! <month>&draft.month;</month> ! <year>&draft.year;</year> ! </pubdate> ! <publoc> ! <loc href="&w3c-designation-soap11binding;">&w3c-designation-soap11binding;</loc> ! </publoc> &altlocs; <prevlocs> ! <loc href="&prevloc;">&prevloc;</loc> ! </prevlocs> ! <latestloc> ! <loc href="&soap11binding.latest;">&soap11binding.latest;</loc> ! </latestloc> ! <authlist> ! <author> ! <name>Asir S. Vedamuthu</name> ! <affiliation>webMethods</affiliation> ! </author> ! </authlist> ! <abstract> ! <p>WSDL SOAP 1.1 Binding describes the concrete details for using WSDL 2.0 in conjunction with SOAP 1.1 <bibref ref="SOAP11"/> protocol.</p> ! </abstract> &status; <langusage> ! <language id="en">English</language> ! </langusage> ! <revisiondesc> ! <p>Last Modified: $Date$ CET</p> ! </revisiondesc> ! </header> ! <body> ! <!-- *************************************************************** --> ! <div1 id="intro"> ! <head>Introduction</head> ! <p> The Web Services Description Language (WSDL) provides a model and an XML format for describing Web services. WSDL SOAP 1.1 Binding (this ! specification) describes the binding extension for SOAP 1.1 <bibref ref="SOAP11"/> protocol. This binding is intended to ease the migration from WSDL 1.1 to WSDL 2.0 for implementers describing services that use SOAP 1.1 protocol. And, this binding allows users to continue using SOAP 1.1 protocol.</p> ! <p>This specification depends on WSDL 2.0 <bibref ref="WSDL-PART1"/> and WSDL 2.0 Adjuncts <bibref ref="WSDL-PART2"/>. </p> ! <!-- +++++++++ --> ! <div2 id="notcon"> ! <head>Notational Conventions</head> ! <p>This specification uses a number of namespace prefixes throughout; they are listed in <specref ref="tabprefns"/>. Note that the choice of any namespace prefix is arbitrary and not semantically significant (see <bibref ref="XMLInfoSet"/>).</p> ! <p>This specification uses curly brackets (e.g., {property}) to indicate ! a property in the WSDL component model, as defined in Part 1 <bibref ref="WSDL-PART1"/> Component Model.</p> ! <table border="1" summary="Mapping of prefixes used in this document to their
 associated namespace name" id="tabprefns"> ! <caption>Prefixes and Namespaces used in this specification</caption> ! <tbody> ! <tr> ! <th rowspan="1" colspan="1">Prefix</th> ! <th rowspan="1" colspan="1">Namespace</th> ! <th rowspan="1" colspan="1">Notes</th> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">wsdl</td> ! <td rowspan="1" colspan="1"> ! <attval>&wsdl-ns;</attval> ! </td> ! <td rowspan="1" colspan="1">A normative XML Schema <bibref ref="XMLSchemaP1"/>, <bibref ref="XMLSchemaP2"/> document for the <attval>&wsdl-ns;</attval> namespace can be found at <loc href="&wsdl-ns;">&wsdl-ns;</loc>.</td> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">wsoap</td> ! <td rowspan="1" colspan="1"> ! <attval>&wsdl-soap-ns;</attval> ! </td> ! <td rowspan="1" colspan="1">A normative XML Schema <bibref ref="XMLSchemaP1"/>, <bibref ref="XMLSchemaP2"/> document for the <attval>&wsdl-soap-ns;</attval> namespace can be found at <loc href="&wsdl-soap-ns;">&wsdl-soap-ns;</loc>.</td> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">whttp</td> ! <td rowspan="1" colspan="1"> ! <attval>&wsdl-http-ns;</attval> ! </td> ! <td rowspan="1" colspan="1">A normative XML Schema <bibref ref="XMLSchemaP1"/>, <bibref ref="XMLSchemaP2"/> document for the <attval>&wsdl-http-ns;</attval> namespace can be found at <loc href="&wsdl-http-ns;">&wsdl-http-ns;</loc>.</td> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">xs</td> ! <td rowspan="1" colspan="1"> ! <attval>http://www.w3.org/2001/XMLSchema</attval> ! </td> ! <td rowspan="1" colspan="1">Defined in the W3C XML Schema specification <bibref ref="XMLSchemaP1"/>, <bibref ref="XMLSchemaP2"/>.</td> ! </tr> ! </tbody> ! </table> ! <p>Namespace names of the general form <attval>http://example.org/...</attval> and <attval>http://example.com/...</attval> represent application or context-dependent URIs <bibref ref="RFC3986"/>.</p> ! <p>All parts of this specification are normative, with the EXCEPTION of examples, and sections explicitly marked as "Non-Normative".</p> ! </div2> ! </div1> ! <!-- *************************************************************** --> ! <div1 id="soap11-binding"> ! <head>SOAP 1.1 Binding</head> ! <div2 id="soap11-binding-decl"> ! <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"> ! <head>Description</head> ! <p>The SOAP 1.1 binding enables Web Service applications to use SOAP 1.1 <bibref ref="SOAP11"/> by extending the SOAP binding in the WSDL ! Adjuncts specification <bibref ref="WSDL-PART2"/>. This binding supports the following: </p> ! <ulist> ! <item> ! <p> ! <b>Message Exchange Patterns</b> - supports two Message Exchange ! Patterns defined by the WSDL Adjuncts specification <bibref ref="WSDL-PART2"/>: In-Out and In-Only.</p> ! </item> ! <item> ! <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 ref="SOAP12-PART1"/>. </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 header blocks.</p> ! <note> ! <p>An IRI <bibref ref="RFC3987"/> is required to indicate a SOAP Module in a SOAP 1.1 binding.</p> ! </note> ! </item> ! <item> ! <p> ! <b>SOAP 1.1 HTTP Binding</b> - supports the SOAP 1.1 HTTP binding ! defined in Section 6, SOAP 1.1 specification <bibref 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 *************** *** 188,196 **** <bibref ref="WSI-BP10"/> and/or the latest version of this specification(s).</p> ! </note> ! </item> ! <item> ! <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 --- 178,186 ---- <bibref ref="WSI-BP10"/> and/or the latest version of this specification(s).</p> ! </note> ! </item> ! <item> ! <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 *************** *** 198,226 **** 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/> ! </div2> ! <div2 id="soap11-defaults"> ! <head>Default Binding Rule</head> ! <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> ! </div2> ! <div2 id="Example"> ! <head>Example (Non-Normative)</head> ! <p>The following example shows the WSDL definition of a simple service providing stock quotes. This service supports a single operation called GetLastTradePrice, which is deployed using the SOAP 1.1 protocol over HTTP. GetLastTradePrice operation request takes a ticker symbol of type string, and returns the price as a float.</p> ! <eg xml:space="preserve"> <?xml version="1.0"?> <wsdl:definitions name="StockQuote" xmlns:wsdl="&wsdl-ns;" --- 188,216 ---- 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/> ! </div2> ! <div2 id="soap11-defaults"> ! <head>Default Binding Rule</head> ! <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> ! </div2> ! <div2 id="Example"> ! <head>Example (Non-Normative)</head> ! <p>The following example shows the WSDL definition of a simple service providing stock quotes. This service supports a single operation called GetLastTradePrice, which is deployed using the SOAP 1.1 protocol over HTTP. GetLastTradePrice operation request takes a ticker symbol of type string, and returns the price as a float.</p> ! <eg xml:space="preserve"> <?xml version="1.0"?> <wsdl:definitions name="StockQuote" xmlns:wsdl="&wsdl-ns;" *************** *** 258,264 **** <wsdl:binding name="StockQuoteSoapBinding" interface="tns:StockQuoteInterface" ! <b>type="&wsdl-soap-ns;"</b> ! <b>wsoap:version="1.1"</b> ! <b>wsoap:protocol="&soap11-http-uri;"</b>> <wsdl:operation ref="tns:GetLastTradePrice" <b>wsoap:action="http://example.com/GetLastTradePrice"</b>/> --- 248,254 ---- <wsdl:binding name="StockQuoteSoapBinding" interface="tns:StockQuoteInterface" ! <b>type="&wsdl-soap-ns;"</b> ! <b>wsoap:version="1.1"</b> ! <b>wsoap:protocol="&soap11-http-uri;"</b>> <wsdl:operation ref="tns:GetLastTradePrice" <b>wsoap:action="http://example.com/GetLastTradePrice"</b>/> *************** *** 273,324 **** </wsdl:definitions> </eg> ! </div2> ! </div1> ! <!-- *************************************************************** --> ! <div1 id="References"> ! <head>References</head> ! <div2 id="Normative-References"> ! <head>Normative References</head> ! <blist> ! <bibl id="WSI-BP10" key="BP10" href="http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html"> ! <titleref>Basic Profile Version 1.0</titleref>, Keith Ballinger, David Ehnebuske, Martin Gudgin, Mark Nottingham, and Prasad Yendluri, Editors. The Web Services-Interoperability Organization, Final Material 16 April 2004. </bibl> ! <bibl id="RFC2616" key="IETF RFC 2616" href="http://www.ietf.org/rfc/rfc2616.txt"> ! <titleref>Hypertext Transfer Protocol -- HTTP/1.1</titleref>, R. Fielding, J. Gettys, J. Mogul, H. Frystyk, L. Masinter, P. Leach, T. Berners-Lee, Authors. Internet Engineering Task Force, June 1999. Available at http://www.ietf.org/rfc/rfc2616.txt. </bibl> ! <bibl id="RFC3986" key="IETF RFC 3986" href="http://www.ietf.org/rfc/rfc3986.txt"> ! <titleref>Uniform Resource Identifiers (URI): Generic Syntax</titleref>, T. Berners-Lee, R. Fielding, L. Masinter, Authors. Internet Engineering Task Force, January 2005. Available at http://www.ietf.org/rfc/rfc3986.txt. </bibl> ! <bibl id="RFC3987" key="IETF RFC 3987" href="http://www.ietf.org/rfc/rfc3987.txt"> ! <titleref>Internationalized Resource Identifiers (IRIs)</titleref>, M. Duerst, M. Suignard, Authors. Internet Engineering Task Force, January 2005. Available at http://www.ietf.org/rfc/rfc3987.txt. </bibl> ! <bibl id="SOAP12-PART1" key="SOAP12 Part 1" href="http://www.w3.org/TR/2003/REC-soap12-part1-20030624/"> ! <titleref>SOAP Version 1.2 Part 1: Messaging Framework</titleref>, M. Gudgin, M. Hadley, N. Mendelsohn, J-J. Moreau, H. Frystyk Nielsen, Editors. World Wide Web Consortium, 24 June 2003. This version of the "SOAP Version 1.2 Part 1: Messaging Framework" Recommendation is ! http://www.w3.org/TR/2003/REC-soap12-part1-20030624/. The <loc ! href="http://www.w3.org/TR/soap12-part1/">latest version of "SOAP Version 1.2 Part 1: Messaging Framework"</loc> is available at http://www.w3.org/TR/soap12-part1/. </bibl> ! <bibl key="WSDL20 Core" href="&w3c-designation-part1;" id="WSDL-PART1"> ! <titleref>&part1.title;</titleref>, R. Chinnici, M. Gudgin, J-J. Moreau, S. Weerawarana, Editors. World Wide Web Consortium, &draft.day; &draft.month; &draft.year;. This version of the "&part1.title;" Specification is available is available at ! &w3c-designation-part1;. The <loc ! href="&part1.latest;">latest version of "&part1.title;"</loc> is available at &part1.latest;. </bibl> ! <!-- <bibl key="WSDL20 Predefined Extensions" href="&w3c-designation-part2;" id="WSDL-PART2"> --- 263,312 ---- </wsdl:definitions> </eg> ! </div2> ! </div1> ! <!-- *************************************************************** --> ! <div1 id="References"> ! <head>References</head> ! <div2 id="Normative-References"> ! <head>Normative References</head> ! <blist> ! <bibl id="WSI-BP10" key="BP10" href="http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html"> ! <titleref>Basic Profile Version 1.0</titleref>, Keith Ballinger, David Ehnebuske, Martin Gudgin, Mark Nottingham, and Prasad Yendluri, Editors. The Web Services-Interoperability Organization, Final Material 16 April 2004. </bibl> ! <bibl id="RFC2616" key="IETF RFC 2616" href="http://www.ietf.org/rfc/rfc2616.txt"> ! <titleref>Hypertext Transfer Protocol -- HTTP/1.1</titleref>, R. Fielding, J. Gettys, J. Mogul, H. Frystyk, L. Masinter, P. Leach, T. Berners-Lee, Authors. Internet Engineering Task Force, June 1999. Available at http://www.ietf.org/rfc/rfc2616.txt. </bibl> ! <bibl id="RFC3986" key="IETF RFC 3986" href="http://www.ietf.org/rfc/rfc3986.txt"> ! <titleref>Uniform Resource Identifiers (URI): Generic Syntax</titleref>, T. Berners-Lee, R. Fielding, L. Masinter, Authors. Internet Engineering Task Force, January 2005. Available at http://www.ietf.org/rfc/rfc3986.txt. </bibl> ! <bibl id="RFC3987" key="IETF RFC 3987" href="http://www.ietf.org/rfc/rfc3987.txt"> ! <titleref>Internationalized Resource Identifiers (IRIs)</titleref>, M. Duerst, M. Suignard, Authors. Internet Engineering Task Force, January 2005. Available at http://www.ietf.org/rfc/rfc3987.txt. </bibl> ! <bibl id="SOAP12-PART1" key="SOAP12 Part 1" href="http://www.w3.org/TR/2003/REC-soap12-part1-20030624/"> ! <titleref>SOAP Version 1.2 Part 1: Messaging Framework</titleref>, M. Gudgin, M. Hadley, N. Mendelsohn, J-J. Moreau, H. Frystyk Nielsen, Editors. World Wide Web Consortium, 24 June 2003. This version of the "SOAP Version 1.2 Part 1: Messaging Framework" Recommendation is ! http://www.w3.org/TR/2003/REC-soap12-part1-20030624/. The <loc href="http://www.w3.org/TR/soap12-part1/">latest version of "SOAP Version 1.2 Part 1: Messaging Framework"</loc> is available at http://www.w3.org/TR/soap12-part1/. </bibl> ! <bibl key="WSDL20 Core" href="&w3c-designation-part1;" id="WSDL-PART1"> ! <titleref>&part1.title;</titleref>, R. Chinnici, M. Gudgin, J-J. Moreau, S. Weerawarana, Editors. World Wide Web Consortium, &draft.day; &draft.month; &draft.year;. This version of the "&part1.title;" Specification is available is available at ! &w3c-designation-part1;. The <loc href="&part1.latest;">latest version of "&part1.title;"</loc> is available at &part1.latest;. </bibl> ! <!-- <bibl key="WSDL20 Predefined Extensions" href="&w3c-designation-part2;" id="WSDL-PART2"> *************** *** 363,449 **** &part2.latest;. </bibl> ! <bibl id="XMLSchemaP1" key="XSD Structures" href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/"> ! <titleref>XML Schema Part 1: Structures</titleref>, H. Thompson, D. Beech, M. Maloney, and N. Mendelsohn, Editors. World Wide Web Consortium, 2 May 2001. This version of the XML Schema Part 1 Recommendation is ! http://www.w3.org/TR/2001/REC-xmlschema-1-20010502. The <loc ! href="http://www.w3.org/TR/xmlschema-1/">latest version of XML Schema Part 1</loc> is available at http://www.w3.org/TR/xmlschema-1. </bibl> ! <bibl key="XSD Datatypes" id="XMLSchemaP2" href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/"> ! <titleref>XML Schema Part 2: Datatypes</titleref>, P. Byron and A. Malhotra, Editors. World Wide Web Consortium, 2 May 2001. This version of the XML Schema Part 2 Recommendation is ! http://www.w3.org/TR/2001/REC-xmlschema-2-20010502. The <loc ! href="http://www.w3.org/TR/xmlschema-2/">latest version of XML Schema Part 2</loc> is available at http://www.w3.org/TR/xmlschema-2. </bibl> ! <bibl id="XMLInfoSet" key="XML Information Set" href="http://www.w3.org/TR/2001/REC-xml-infoset-20011024"> ! <titleref>XML Information Set</titleref>, 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 <loc ! href="http://www.w3.org/TR/xml-infoset">latest version of XML Information Set</loc> is available at http://www.w3.org/TR/xml-infoset. </bibl> ! </blist> ! </div2> ! <div2 id="Informative-References"> ! <head>Informative References</head> ! <blist> ! <bibl id="SOAP11" key="SOAP11" href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"> ! <titleref>Simple Object Access Protocol (SOAP) 1.1</titleref>, Don Box, David Ehnebuske, Gopal Kakivaya, Andrew Layman, Noah Mendelsohn, Henrik Frystyk Nielsen, Satish Thatte, Dave Winer, Editors. World Wide Web Consortium, Note 08 May 2000. </bibl> ! <bibl id="SOAP12-PART2" key="SOAP12 Part 2" href="http://www.w3.org/TR/2003/REC-soap12-part2-20030624/"> ! <titleref>SOAP Version 1.2 Part 2: Adjuncts</titleref>, M. Gudgin, M. Hadley, N. Mendelsohn, J-J. Moreau, and H. Frystyk Nielsen, Editors. World Wide Web Consortium, 7 May 2003. This version of the "SOAP Version 1.2 Part 2: Adjuncts" Recommendation is ! http://www.w3.org/TR/2003/REC-soap12-part2-20030624/. The <loc ! href="http://www.w3.org/TR/soap12-part2/">latest version of "SOAP Version 1.2 Part 2: Adjuncts"</loc> is available at http://www.w3.org/TR/soap12-part2/. </bibl> ! <bibl key="WSDL20 Primer" href="http://www.w3.org/2002/ws/desc/" id="WSDL-PART0"> ! <titleref>Web Services Description (WSDL) Version 2.0: ! Primer</titleref>, K. Sankar, K. Liu, D. Booth, Editors. World Wide ! Web Consortium ! ! <!--, &draft.day; &draft.month; ! &draft.year;-->. ! The editors' version of the "Web Services Description Version 2.0: ! Primer" document is available from ! <!--&part0.latest;--> ! http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-primer.html. </bibl> ! </blist> ! </div2> ! </div1> ! </body> ! <!-- Many people have contributed ideas and feedback that has improved this document. In particular, the editor acknowledges contributions from Amy Gersema, webMethods.--> ! <back> ! <!-- &acknowledgements; --> ! <inform-div1 id="acknowledgments"> ! <head>Acknowledgements</head> ! <p>This document is developed by the participants of the <loc ! href="http://www.w3.org/2002/ws/desc/">W3C Web Service Description Working Group</loc>.</p> ! <p>Many people have contributed ideas and feedback that has improved this document. In particular, the editor acknowledges contributions from Amy Gersema, webMethods.</p> ! </inform-div1> ! <inform-div1 id="changelog"> ! <head>SOAP 1.1 Binding Change Log</head> ! <table id="wsdl-spec-changelog-table" border="1"> ! <tbody> ! <tr> ! <th rowspan="1" colspan="1">Date</th> ! <th rowspan="1" colspan="1">Author</th> ! <th rowspan="1" colspan="1">Description</th> ! </tr> ! <!-- template <tr> <td>200505</td> --- 351,431 ---- &part2.latest;. </bibl> ! <bibl id="XMLSchemaP1" key="XSD Structures" href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/"> ! <titleref>XML Schema Part 1: Structures</titleref>, H. Thompson, D. Beech, M. Maloney, and N. Mendelsohn, Editors. World Wide Web Consortium, 2 May 2001. This version of the XML Schema Part 1 Recommendation is ! http://www.w3.org/TR/2001/REC-xmlschema-1-20010502. The <loc href="http://www.w3.org/TR/xmlschema-1/">latest version of XML Schema Part 1</loc> is available at http://www.w3.org/TR/xmlschema-1. </bibl> ! <bibl key="XSD Datatypes" id="XMLSchemaP2" href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/"> ! <titleref>XML Schema Part 2: Datatypes</titleref>, P. Byron and A. Malhotra, Editors. World Wide Web Consortium, 2 May 2001. This version of the XML Schema Part 2 Recommendation is ! http://www.w3.org/TR/2001/REC-xmlschema-2-20010502. The <loc href="http://www.w3.org/TR/xmlschema-2/">latest version of XML Schema Part 2</loc> is available at http://www.w3.org/TR/xmlschema-2. </bibl> ! <bibl id="XMLInfoSet" key="XML Information Set" href="http://www.w3.org/TR/2001/REC-xml-infoset-20011024"> ! <titleref>XML Information Set</titleref>, 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 <loc href="http://www.w3.org/TR/xml-infoset">latest version of XML Information Set</loc> is available at http://www.w3.org/TR/xml-infoset. </bibl> ! </blist> ! </div2> ! <div2 id="Informative-References"> ! <head>Informative References</head> ! <blist> ! <bibl id="SOAP11" key="SOAP11" href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"> ! <titleref>Simple Object Access Protocol (SOAP) 1.1</titleref>, Don Box, David Ehnebuske, Gopal Kakivaya, Andrew Layman, Noah Mendelsohn, Henrik Frystyk Nielsen, Satish Thatte, Dave Winer, Editors. World Wide Web Consortium, Note 08 May 2000. </bibl> ! <bibl id="SOAP12-PART2" key="SOAP12 Part 2" href="http://www.w3.org/TR/2003/REC-soap12-part2-20030624/"> ! <titleref>SOAP Version 1.2 Part 2: Adjuncts</titleref>, M. Gudgin, M. Hadley, N. Mendelsohn, J-J. Moreau, and H. Frystyk Nielsen, Editors. World Wide Web Consortium, 7 May 2003. This version of the "SOAP Version 1.2 Part 2: Adjuncts" Recommendation is ! http://www.w3.org/TR/2003/REC-soap12-part2-20030624/. The <loc href="http://www.w3.org/TR/soap12-part2/">latest version of "SOAP Version 1.2 Part 2: Adjuncts"</loc> is available at http://www.w3.org/TR/soap12-part2/. </bibl> ! <bibl key="WSDL 2.0 Primer" href="http://www.w3.org/TR/2005/WD-wsdl20-primer-20050510/" id="WSDL-PART0"> ! <titleref>Web Services Description (WSDL) Version 2.0 Part 0: ! Primer</titleref>, D. Booth, C.K. Liu, ! Editors. World Wide Web Consortium, 10 May 2005<!--&draft.day; ! &draft.month; &draft.year;-->. This version of Web ! Services Description Version 2.0 Part 0: Primer is ! http://www.w3.org/TR/2005/WD-wsdl20-primer-20050510/. ! The <loc href="&part0.latest;">latest version of the "Web Services Description Version 2.0 ! Part 0: Primer"</loc> document is available from &part0.latest;. ! </bibl> ! </blist> ! </div2> ! </div1> ! </body> ! <!-- Many people have contributed ideas and feedback that has improved this document. In particular, the editor acknowledges contributions from Amy Gersema, webMethods.--> ! <back> ! <!-- &acknowledgements; --> ! <inform-div1 id="acknowledgments"> ! <head>Acknowledgements</head> ! <p>This document is developed by the participants of the <loc href="http://www.w3.org/2002/ws/desc/">W3C Web Service Description Working Group</loc>.</p> ! <p>Many people have contributed ideas and feedback that has improved this document. In particular, the editor acknowledges contributions from Amy Gersema, webMethods.</p> ! </inform-div1> ! <inform-div1 id="changelog"> ! <head>SOAP 1.1 Binding Change Log</head> ! <table id="wsdl-spec-changelog-table" border="1"> ! <tbody> ! <tr> ! <th rowspan="1" colspan="1">Date</th> ! <th rowspan="1" colspan="1">Author</th> ! <th rowspan="1" colspan="1">Description</th> ! </tr> ! <!-- template <tr> <td>200505</td> *************** *** 452,501 **** </tr> --> ! <tr> ! <td>20050615</td> ! <td>JJM</td> ! <td>Removed the reference to RFC2119 and its keyword description.</td> ! </tr> ! <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> ! <td>Switched to IRIs</td> ! </tr> ! <tr> ! <td>20050112</td> ! <td>AV</td> ! <td>Rewrote sections to improve readability, no substantial changes</td> ! </tr> ! <tr> ! <td>20041208</td> ! <td>AV</td> ! <td>Changed title from SOAP 11 to SOAP 1.1</td> ! </tr> ! <tr> ! <td>20041129</td> ! <td>AV</td> ! <td>Incorporated WG <loc ! href="http://lists.w3.org/Archives/Public/www-ws-desc/2004Nov/0040.html">resolutions from the webMethods F2F, Nov 2004</loc> ! </td> ! </tr> ! <tr> ! <td>20040826</td> ! <td>AV</td> ! <td>Created the first draft</td> ! </tr> ! </tbody> ! </table> ! </inform-div1> ! </back> </spec> --- 434,497 ---- </tr> --> ! <tr> ! <td>20050617</td> ! <td>JMarsh</td> ! <td>Updated prevloc</td> ! </tr> ! <tr> ! <td>20050617</td> ! <td>JMarsh</td> ! <td>"Predefined Extensions" -> "Adjuncts"</td> ! </tr> ! <tr> ! <td>20050617</td> ! <td>JMarsh</td> ! <td>Updated primer bibref</td> ! </tr> ! <tr> ! <td>20050615</td> ! <td>JJM</td> ! <td>Removed the reference to RFC2119 and its keyword description.</td> ! </tr> ! <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> ! <td>Switched to IRIs</td> ! </tr> ! <tr> ! <td>20050112</td> ! <td>AV</td> ! <td>Rewrote sections to improve readability, no substantial changes</td> ! </tr> ! <tr> ! <td>20041208</td> ! <td>AV</td> ! <td>Changed title from SOAP 11 to SOAP 1.1</td> ! </tr> ! <tr> ! <td>20041129</td> ! <td>AV</td> ! <td>Incorporated WG <loc href="http://lists.w3.org/Archives/Public/www-ws-desc/2004Nov/0040.html">resolutions from the webMethods F2F, Nov 2004</loc> ! </td> ! </tr> ! <tr> ! <td>20040826</td> ! <td>AV</td> ! <td>Created the first draft</td> ! </tr> ! </tbody> ! </table> ! </inform-div1> ! </back> </spec>
Received on Friday, 17 June 2005 16:59:06 UTC