- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Jan 2007 13:18:22 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing In directory hutz:/tmp/cvs-serv29059 Modified Files: ws-addr-wsdl.xml Log Message: Removed extra whitespaces, added missing whitespaces, fixed introduction to include mention of WS-Policy, changed prefix from "ws-addr-wsdl" to "ws-addr-metadata", latest version is CR of May 29, changed status back to WD, updated references (new editions of XML 1.0 and XML Namespaces, new versions of WSDL 2.0, new policy primer) Index: ws-addr-wsdl.xml =================================================================== RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v retrieving revision 1.114 retrieving revision 1.115 diff -C 2 -d -r1.114 -r1.115 *** ws-addr-wsdl.xml 31 Jan 2007 10:57:28 -0000 1.114 --- ws-addr-wsdl.xml 31 Jan 2007 13:18:20 -0000 1.115 *************** *** 2,6 **** <!-- $Id$ --> <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.2+Addr//EN" "xmlspec.dtd" [ ! <!ENTITY prefix "ws-addr-wsdl"> <!ENTITY % entities SYSTEM "entities.dtd" > %entities; --- 2,6 ---- <!-- $Id$ --> <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.2+Addr//EN" "xmlspec.dtd" [ ! <!ENTITY prefix "ws-addr-metadata"> <!ENTITY % entities SYSTEM "entities.dtd" > %entities; *************** *** 8,15 **** <!ENTITY document.status "Editors' copy $Date$"> <!ENTITY wsa-title "&wsa-wsdl.title;"> ! <!ENTITY prevloc "http://www.w3.org/TR/2006/WD-ws-addr-wsdl-20060216/"> ]> <?xml-stylesheet type='text/xsl' href='xmlspec-addressing.xsl'?> ! <spec w3c-doctype="cr" role="&document.role;"> <header> <title>&wsa-wsdl.title;</title> --- 8,15 ---- <!ENTITY document.status "Editors' copy $Date$"> <!ENTITY wsa-title "&wsa-wsdl.title;"> ! <!ENTITY prevloc "http://www.w3.org/TR/2006/CR-ws-addr-wsdl-20060529"> ]> <?xml-stylesheet type='text/xsl' href='xmlspec-addressing.xsl'?> ! <spec w3c-doctype="wd" role="&document.role;"> <header> <title>&wsa-wsdl.title;</title> *************** *** 63,76 **** <body> <div1 id="tocRange"> ! <head> Introduction</head> ! <p>&wsa-core.title;[<bibref ref="WSADDR-CORE"/>] defines a set of abstract properties and an XML Infoset [<bibref ref="XMLInfoSet"/>] representation thereof to reference Web service endpoints and to facilitate end-to-end addressing of endpoints in messages. &wsa-wsdl.title; (this document) defines how the abstract ! properties defined in &wsa-core.title; are described using WSDL. WS-Addressing ! is designed to be able to work with WSDL 2.0 [<bibref ref="WSDL20"/>] and also (for backwards compatibility) with WSDL 1.1 [<bibref ref="WSDL11"/>] described services.</p> <div2 id="notation"> ! <head> Notational Conventions</head> <p>The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be --- 63,77 ---- <body> <div1 id="tocRange"> ! <head>Introduction</head> ! <p>&wsa-core.title; [<bibref ref="WSADDR-CORE"/>] defines a set of abstract properties and an XML Infoset [<bibref ref="XMLInfoSet"/>] representation thereof to reference Web service endpoints and to facilitate end-to-end addressing of endpoints in messages. &wsa-wsdl.title; (this document) defines how the abstract ! properties defined in &wsa-core.title; are described using WSDL and how ! WS-Policy can be used to indicate the support of WS-Addressing by a Web service.. WS-Addressing ! is designed to be able to work with WS-Policy 1.5 [<bibref ref="WSPolicy"/>], WSDL 2.0 [<bibref ref="WSDL20"/>] and also (for backwards compatibility) with WSDL 1.1 [<bibref ref="WSDL11"/>] described services.</p> <div2 id="notation"> ! <head>Notational Conventions</head> <p>The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be *************** *** 90,94 **** </div2> <div2 id="namespaces"> ! <head> Namespaces</head> <p> This specification uses a number of namespace prefixes throughout; they are listed in <specref ref="nsprefs"/>. Note that the choice of any namespace prefix --- 91,95 ---- </div2> <div2 id="namespaces"> ! <head>Namespaces</head> <p> This specification uses a number of namespace prefixes throughout; they are listed in <specref ref="nsprefs"/>. Note that the choice of any namespace prefix *************** *** 178,182 **** <glist> <gitem> ! <label> wsam:InterfaceName (0..1)</label> <def> <p>A QName identifying a description of the sequences of messages that a --- 179,183 ---- <glist> <gitem> ! <label>wsam:InterfaceName (0..1)</label> <def> <p>A QName identifying a description of the sequences of messages that a *************** *** 188,192 **** </gitem> <gitem> ! <label> wsam:ServiceName (0..1)</label> <def> <p>A QName that identifies the set of endpoints at which a particular --- 189,193 ---- </gitem> <gitem> ! <label>wsam:ServiceName (0..1)</label> <def> <p>A QName that identifies the set of endpoints at which a particular *************** *** 197,201 **** </gitem> <gitem> ! <label> wsam:ServiceName/@EndpointName (0..1)</label> <def> <p>An NCName that identifies one endpoint amongst the set identified by --- 198,202 ---- </gitem> <gitem> ! <label>wsam:ServiceName/@EndpointName (0..1)</label> <def> <p>An NCName that identifies one endpoint amongst the set identified by *************** *** 920,924 **** </div3> <div3 id="defactionwsdl11"> ! <head> Default Action Pattern for WSDL 1.1</head> <p>A default pattern is also defined for backwards compatibility with WSDL 1.1. In the absence of an explicitly specified value for the [action] property --- 921,925 ---- </div3> <div3 id="defactionwsdl11"> ! <head>Default Action Pattern for WSDL 1.1</head> <p>A default pattern is also defined for backwards compatibility with WSDL 1.1. In the absence of an explicitly specified value for the [action] property *************** *** 1583,1587 **** </div1> <div1 id="references"> ! <head> References</head> <div2> <head>Normative</head> --- 1584,1588 ---- </div1> <div1 id="references"> ! <head>References</head> <div2> <head>Normative</head> *************** *** 1610,1631 **** </bibl> <bibl key="WSDL 2.0" id="WSDL20" ! href="http://www.w3.org/TR/2006/CR-wsdl20-20060106/"> <titleref>Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language</titleref>, R. Chinnici, J. J. Moreau, A. Ryman, S. Weerawarana, Editors. World Wide Web Consortium, 6 January 2006. This version of the WSDL 2.0 specification is ! http://www.w3.org/TR/2006/CR-wsdl20-20060106/. The <loc href="http://www.w3.org/TR/wsdl20">latest version of WSDL 2.0</loc> is available at http://www.w3.org/TR/wsdl20.</bibl> <bibl key="WSDL 2.0 Adjuncts" id="WSDL20Adj" ! href="http://www.w3.org/TR/2006/CR-wsdl20-adjuncts-20060106/"> <titleref>Web Services Description Language (WSDL) Version 2.0 Part 2: Adjuncts</titleref>, R. Chinnici, H. Haas, A. Lewis, J. J. Moreau, D. Orchard, S. Weerawarana, Editors. World Wide Web Consortium, 6 January 2006. This version of the WSDL 2.0 Adjuncts specification is ! http://www.w3.org/TR/2006/CR-wsdl20-adjuncts-20060106/. The <loc href="http://www.w3.org/TR/wsdl20-adjuncts">latest version of WSDL 2.0 Adjuncts</loc> is available at http://www.w3.org/TR/wsdl20-adjuncts.</bibl> ! <bibl key="WS Policy 1.5 - Framework" id="WSPolicy" href="http://www.w3.org/TR/2006/WD-ws-policy-20061117/"> <titleref>Web Services Policy 1.5 - Framework</titleref>, Asir S Vedamuthu, --- 1611,1632 ---- </bibl> <bibl key="WSDL 2.0" id="WSDL20" ! href="http://www.w3.org/TR/2006/CR-wsdl20-20060327/"> <titleref>Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language</titleref>, R. Chinnici, J. J. Moreau, A. Ryman, S. Weerawarana, Editors. World Wide Web Consortium, 6 January 2006. This version of the WSDL 2.0 specification is ! http://www.w3.org/TR/2006/CR-wsdl20-20060327/. The <loc href="http://www.w3.org/TR/wsdl20">latest version of WSDL 2.0</loc> is available at http://www.w3.org/TR/wsdl20.</bibl> <bibl key="WSDL 2.0 Adjuncts" id="WSDL20Adj" ! href="http://www.w3.org/TR/2006/CR-wsdl20-adjuncts-20060327/"> <titleref>Web Services Description Language (WSDL) Version 2.0 Part 2: Adjuncts</titleref>, R. Chinnici, H. Haas, A. Lewis, J. J. Moreau, D. Orchard, S. Weerawarana, Editors. World Wide Web Consortium, 6 January 2006. This version of the WSDL 2.0 Adjuncts specification is ! http://www.w3.org/TR/2006/CR-wsdl20-adjuncts-20060327/. The <loc href="http://www.w3.org/TR/wsdl20-adjuncts">latest version of WSDL 2.0 Adjuncts</loc> is available at http://www.w3.org/TR/wsdl20-adjuncts.</bibl> ! <bibl key="WS Policy 1.5" id="WSPolicy" href="http://www.w3.org/TR/2006/WD-ws-policy-20061117/"> <titleref>Web Services Policy 1.5 - Framework</titleref>, Asir S Vedamuthu, *************** *** 1651,1669 **** Duerst, M. Suignard, "Internationalized Resource Identifiers (IRIs)", January 2005.</bibl> ! <bibl id="XML10" key="XML 1.0" href="http://www.w3.org/TR/2004/REC-xml-20040204"> ! <titleref>Extensible Markup Language (XML) 1.0 (Third Edition)</titleref>, ! T. Bray, J. Paoli, C. M. Sperberg-McQueen, and E. Maler, Editors. World Wide ! Web Consortium, 4 February 2004. This version of the XML 1.0 Recommendation ! is http://www.w3.org/TR/2004/REC-xml-20040204. The <loc ! href="http://www.w3.org/TR/REC-xml">latest version of XML 1.0</loc> is ! available at http://www.w3.org/TR/REC-xml. </bibl> ! <bibl id="XMLNS" key="XML Namespaces" ! href="http://www.w3.org/TR/1999/REC-xml-names-19990114"> ! <titleref>Namespaces in XML</titleref>, T. Bray, D. Hollander, and A. ! Layman, Editors. World Wide Web Consortium, 14 January 1999. This version of ! the XML Information Set Recommendation is ! http://www.w3.org/TR/1999/REC-xml-names-19990114. The <loc ! href="http://www.w3.org/TR/REC-xml-names">latest version of Namespaces ! in XML</loc> is available at http://www.w3.org/TR/REC-xml-names. </bibl> <bibl id="XMLInfoSet" key="XML Information Set" href="http://www.w3.org/TR/2004/REC-xml-infoset-20040204/"> --- 1652,1681 ---- Duerst, M. Suignard, "Internationalized Resource Identifiers (IRIs)", January 2005.</bibl> ! <bibl id="XML10" key="XML 1.0" href="http://www.w3.org/TR/2006/REC-xml-20060816"> ! <titleref>Extensible Markup Language (XML) 1.0 ! (Fourth Edition)</titleref>, T. Bray, ! J. Paoli, C. M. Sperberg-McQueen, and ! E. Maler, Editors. World Wide Web Consortium, ! 10 February 1998, revised 16 August 2006. This ! version of the XML 1.0 Recommendation is ! http://www.w3.org/TR/2006/REC-xml-20060816. The ! <loc ! href="http://www.w3.org/TR/REC-xml/">latest ! version of XML 1.0</loc> is available at ! http://www.w3.org/TR/REC-xml. ! </bibl> ! <bibl id="XMLNS" key="XML Namespaces" ! href="http://www.w3.org/TR/2006/REC-xml-names-20060816/"> ! <titleref>Namespaces in XML 1.0</titleref>, ! T. Bray, D. Hollander, A. Layman, and R. Tobin, ! Editors. World Wide Web Consortium, 14 January ! 1999, revised 16 August 2006. This version of ! the XML Information Set Recommendation is ! http://www.w3.org/TR/2006/REC-xml-names-20060816/. The ! <loc ! href="http://www.w3.org/TR/REC-xml-names/">latest ! version of Namespaces in XML</loc> is available ! at http://www.w3.org/TR/REC-xml-names. ! </bibl> <bibl id="XMLInfoSet" key="XML Information Set" href="http://www.w3.org/TR/2004/REC-xml-infoset-20040204/"> *************** *** 1690,1694 **** 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="SOAP12-PART1" key="SOAP 1.2 Part 1: Messaging Framework" href="http://www.w3.org/TR/2003/REC-soap12-part1-20030624/"> <titleref>SOAP Version 1.2 Part 1: Messaging Framework</titleref>, M. --- 1702,1706 ---- 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="SOAP12-PART1" key="SOAP 1.2" href="http://www.w3.org/TR/2003/REC-soap12-part1-20030624/"> <titleref>SOAP Version 1.2 Part 1: Messaging Framework</titleref>, M. *************** *** 1715,1723 **** <blist> <bibl key="WS Policy 1.5 - Primer" id="WSPolicyPrimer" ! href="http://www.w3.org/TR/2006/WD-ws-policy-primer-20061018/"> <titleref>Web Services Policy 1.5 - Primer</titleref>, Asir S Vedamuthu, David Orchard, Maryann Hondo, Toufic Boubez, Prasad Yendluri, Editors. World Wide Web Consortium, 18 November 2006. This version of the WS-Policy Primer ! is http://www.w3.org/TR/2006/WD-ws-policy-primer-20061018. The <loc href="http://www.w3.org/TR/ws-policy-primer">latest version of WS Policy Primer</loc> is available at http://www.w3.org/TR/ws-policy-primer --- 1727,1735 ---- <blist> <bibl key="WS Policy 1.5 - Primer" id="WSPolicyPrimer" ! href="http://www.w3.org/TR/2006/WD-ws-policy-primer-20061221"> <titleref>Web Services Policy 1.5 - Primer</titleref>, Asir S Vedamuthu, David Orchard, Maryann Hondo, Toufic Boubez, Prasad Yendluri, Editors. World Wide Web Consortium, 18 November 2006. This version of the WS-Policy Primer ! is http://www.w3.org/TR/2006/WD-ws-policy-primer-20061221. The <loc href="http://www.w3.org/TR/ws-policy-primer">latest version of WS Policy Primer</loc> is available at http://www.w3.org/TR/ws-policy-primer
Received on Wednesday, 31 January 2007 13:18:27 UTC