- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Mar 2007 21:28:08 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv14708 Modified Files: wsdl20-primer.xml Log Message: Using entities for SOAP 1.1 HTTP URI and RDF Mapping spec Index: wsdl20-primer.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-primer.xml,v retrieving revision 1.155 retrieving revision 1.156 diff -C 2 -d -r1.155 -r1.156 *** wsdl20-primer.xml 8 Mar 2007 19:08:37 -0000 1.155 --- wsdl20-primer.xml 14 Mar 2007 21:28:06 -0000 1.156 *************** *** 1365,1369 **** ! <div4 id="more-bindings-soap-example-explanation"><head>Explanation of Example</head><p>Most lines in this example is the same as previously explained in <specref ref="basics-binding"/>, so we'll only point out lines that are demonstrating something new for SOAP 1.1 binding.<glist><gitem><label><code><description ... xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"></code></label><def><p>This is the namespace for terms defined within the SOAP 1.1 specification <bibref ref="SOAP11"/>.</p></def></gitem><gitem><label><code><binding...wsoap:version="1.1"</code></label><def><p>This line indicates that this binding uses SOAP 1.1 <bibref ref="WSDL-SOAP11"/>, rather than SOAP 1.2.</p></def></gitem><gitem><label><code>wsoap:protocol="http://www.w3.org/2005/05/soap11/bindings/HTTP/"></code></label><def><p>This line specifies that HTTP should be used as the underlying transmission protocol. See also <specref ref="adv-get-vs-post"/>.</p></def></gitem> <gitem><label><code><operation ref="tns:opCheckAvailability"/></code></label><def><p>Note that <code>wsoap:mep</code> is not applicable to SOAP 1.1 binding. </p></def></gitem> --- 1365,1369 ---- ! <div4 id="more-bindings-soap-example-explanation"><head>Explanation of Example</head><p>Most lines in this example is the same as previously explained in <specref ref="basics-binding"/>, so we'll only point out lines that are demonstrating something new for SOAP 1.1 binding.<glist><gitem><label><code><description ... xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"></code></label><def><p>This is the namespace for terms defined within the SOAP 1.1 specification <bibref ref="SOAP11"/>.</p></def></gitem><gitem><label><code><binding...wsoap:version="1.1"</code></label><def><p>This line indicates that this binding uses SOAP 1.1 <bibref ref="WSDL-SOAP11"/>, rather than SOAP 1.2.</p></def></gitem><gitem><label><code>wsoap:protocol="&soap11-http-uri;"></code></label><def><p>This line specifies that HTTP should be used as the underlying transmission protocol. See also <specref ref="adv-get-vs-post"/>.</p></def></gitem> <gitem><label><code><operation ref="tns:opCheckAvailability"/></code></label><def><p>Note that <code>wsoap:mep</code> is not applicable to SOAP 1.1 binding. </p></def></gitem> *************** *** 3696,3707 **** </bibl> ! <bibl key="WSDL 2.0 RDF Mapping" href="http://www.w3.org/TR/2005/WD-wsdl20-rdf-20051104/" id="RDFmap"> ! <titleref>Web Services Description (WSDL) Version 2.0: ! RDF Mapping</titleref>, J. Kopecký, B. Parsia, ! Editors. W3C Working Draft, 4 November 2005. This version of the "Web Services ! Description Version 2.0: RDF Mapping" Specification is available ! at http://www.w3.org/TR/2005/WD-wsdl20-rdf-20051104/. The <loc href="http://www.w3.org/TR/wsdl20-rdf/">latest version of "Web Services ! Description Version 2.0: RDF Mapping"</loc> is available at ! http://www.w3.org/TR/wsdl20-rdf/. </bibl> --- 3696,3707 ---- </bibl> ! <bibl key="WSDL 2.0 RDF Mapping" href="&w3c-designation-rdf;" id="RDFmap"> ! <titleref>&rdf.title;</titleref>, J. Kopecký, B. Parsia, ! Editors. W3C Working Draft, 4 November 2005. This version ! of the "&rdf.title;" Specification is available at ! &w3c-designation-rdf;. The <loc ! href="&rdf.latest;">latest version of ! "&rdf.title;"</loc> is available at ! &rdf.latest;. </bibl>
Received on Wednesday, 14 March 2007 21:28:15 UTC