- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Mar 2007 18:58:14 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv26644
Modified Files:
wsdl20-additional-meps.xml
Log Message:
Removed some unnecessary sections, clean references, improved the abstract, changed the status link.
Index: wsdl20-additional-meps.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-additional-meps.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** wsdl20-additional-meps.xml 27 Feb 2007 17:37:14 -0000 1.8
--- wsdl20-additional-meps.xml 8 Mar 2007 18:58:12 -0000 1.9
***************
*** 19,26 ****
<!ENTITY document.status "Editors' copy $Date$">
<!ENTITY thisdoc.title "&additionalmeps.title;">
! <!ENTITY prevloc "http://none">
! <!ENTITY status SYSTEM "status-adjuncts.xml">
]>
! <spec w3c-doctype="&document.type;" role="&document.role;">
<header>
<title>&additionalmeps.title;</title>
--- 19,26 ----
<!ENTITY document.status "Editors' copy $Date$">
<!ENTITY thisdoc.title "&additionalmeps.title;">
! <!ENTITY prevloc "">
! <!ENTITY status SYSTEM "status-additional-meps.xml">
]>
! <spec w3c-doctype="wd" role="&document.role;">
<header>
<title>&additionalmeps.title;</title>
***************
*** 37,43 ****
--- 37,45 ----
</publoc>
&altlocs;
+ <!--
<prevlocs>
<loc href="&prevloc;">&prevloc;</loc>
</prevlocs>
+ -->
<latestloc>
<loc href="&additionalmeps.latest;">&additionalmeps.latest;</loc>
***************
*** 51,62 ****
<abstract>
<p>
! WSDL 2.0 is the Web Services Description Language, an XML language for
! describing Web services.
! &additionalmeps.title; specifies predefined extensions for use in WSDL 2.0:
! </p>
! <p>Message exchange patterns</p>
! <p>
! This
! specification depends on WSDL Version 2.0 <bibref ref="WSDL-PART1" /> <bibref ref="WSDL-PART2"/>.
</p>
</abstract>
--- 53,59 ----
<abstract>
<p>
! This specification defines additional message exchange
! patterns (MEPs) to be used in WSDL 2.0 and are provided as examples of the
! extensibility of WSDL 2.0.
</p>
</abstract>
***************
*** 76,142 ****
<div1 id="intro">
<head>Introduction</head>
! <p> The Web Services Description Language Version 2.0 (WSDL 2.0)
! <bibref ref="WSDL-PART1" /> provides a model and an XML format for
! describing Web services. WSDL 2.0 enables one to separate the description
! of the abstract functionality offered by a service from concrete details
! of a service description such as "how" and "where" that functionality is
! offered. This document defines extensions for the WSDL 2.0
! language:</p>
! <p>Message exchange patterns: <specref ref='meps'/></p>
!
! <div2 id="notcon">
! <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 interpreted as described in RFC2119 <bibref ref="RFC2119"/>.</p>
! <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>
! <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">
! This namespace is defined in <bibref ref="WSDL-PART1"/>.
! 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>. This namespace is used as
! the default namespace throughout this specification.</td>
! </tr>
! </tbody>
! </table>
! <p>This document is the product of the Web Services Description Working Group, but its contents
! are non-normative. The Message Exchange Patterns defined herein are provided as examples of this form
! of extensibility.</p>
! </div2>
!
! <div2 id="assertions">
! <head>Assertions</head>
! <p>
! Assertions about WSDL 2.0 documents and components that are
! not enforced by the normative XML schema for WSDL 2.0 are
! marked by a dagger symbol (†) at the end of a
! sentence. Each assertion has been assigned a unique
! identifier that consists of a descriptive textual prefix and
! a unique numeric suffix. The numeric suffixes are assigned
! sequentially and never reused so there may be gaps in the
! sequence. The assertion identifiers MAY be used by
! implementations of this specification for any purpose,
! e.g. error reporting.
! </p>
! </div2>
!
</div1>
--- 73,89 ----
<div1 id="intro">
<head>Introduction</head>
! <p>
! The Web Services Description Language Version 2.0 (WSDL 2.0)
! <bibref ref="WSDL-PART1" /> provides a model and an XML format
! for describing Web services. WSDL 2.0 enables one to separate
! the description of the abstract functionality offered by a
! service from concrete details of a service description such as
! "how" and "where" that functionality is offered. This document
! defines additional message exchange patterns (MEPs) to be used
! in WSDL 2.0 and are provided as examples of the extensibility
! of WSDL 2.0. This document is the product of the Web
! Services Description Working Group, but its contents are
! non-normative.
! </p>
</div1>
***************
*** 154,159 ****
<p>This specification defines several message exchange patterns for
use with <emph>WSDL Version 2.0 Part 1: Core Language</emph> <bibref
! ref='WSDL-PART1' />. The <xspecref href="&w3c-designation-part2;#mep-template">template
! </xspecref> defined in <bibref ref="WSDL-PART2" /> was used for the further
contents of this document.</p>
--- 101,107 ----
<p>This specification defines several message exchange patterns for
use with <emph>WSDL Version 2.0 Part 1: Core Language</emph> <bibref
! ref='WSDL-PART1' />. The <xspecref
! href="&w3c-designation-part2;#mep-template">template</xspecref>
! defined in <bibref ref="WSDL-PART2" /> was used for the further
contents of this document.</p>
***************
*** 182,187 ****
<div3 id="in-opt-out">
<head>In-Optional-Out message exchange pattern</head>
! <p><assert class="component" id="InOptOutComposition-2200801">The <el>in-optional-out</el> message exchange pattern consists of one or two messages, in order, as
! follows:</assert></p>
<olist>
<item><p>A message:</p>
--- 130,135 ----
<div3 id="in-opt-out">
<head>In-Optional-Out message exchange pattern</head>
! <p>The <el>in-optional-out</el> message exchange pattern consists of one or two messages, in order, as
! follows:</p>
<olist>
<item><p>A message:</p>
***************
*** 202,209 ****
</item>
</olist>
! <p><assert class="exchange" id="InOptOutFaults-2200802">The <el>in-optional-out</el> message exchange pattern uses the rule
<xspecref
href='&w3c-designation-part2;#fault-trigger'>Message Triggers
! Fault</xspecref>.</assert></p>
<p>An operation using this message exchange pattern has
a <prop comp="Interface Operation">message exchange pattern</prop> property
--- 150,157 ----
</item>
</olist>
! <p>The <el>in-optional-out</el> message exchange pattern uses the rule
<xspecref
href='&w3c-designation-part2;#fault-trigger'>Message Triggers
! Fault</xspecref>.</p>
<p>An operation using this message exchange pattern has
a <prop comp="Interface Operation">message exchange pattern</prop> property
***************
*** 213,218 ****
<div3 id="out-only">
<head>Out-Only message exchange pattern</head>
! <p><assert class="component" id="OutOnlyComposition-2200901">The <el>out-only</el> message exchange pattern
! consists of exactly one message as follows:</assert></p>
<olist>
<item>
--- 161,166 ----
<div3 id="out-only">
<head>Out-Only message exchange pattern</head>
! <p>The <el>out-only</el> message exchange pattern
! consists of exactly one message as follows:</p>
<olist>
<item>
***************
*** 236,242 ****
</item>
</olist>
! <p><assert class="exchange" id="OutOnlyFaults-2200902">The <el>out-only</el> message exchange pattern uses the rule
<xspecref
! href='&w3c-designation-part2;#no-fault'>No Fault</xspecref>.</assert></p>
<p>
An operation using this message exchange pattern has
--- 184,190 ----
</item>
</olist>
! <p>The <el>out-only</el> message exchange pattern uses the rule
<xspecref
! href='&w3c-designation-part2;#no-fault'>No Fault</xspecref>.</p>
<p>
An operation using this message exchange pattern has
***************
*** 248,253 ****
<div3 id="robust-out-only">
<head>Robust Out-Only message exchange pattern</head>
! <p><assert class="component" id="RobustOutOnlyComposition-2201001">The <el>robust out-only</el> message exchange pattern
! consists of exactly one message as follows:</assert></p>
<olist>
<item><p>message:</p>
--- 196,201 ----
<div3 id="robust-out-only">
<head>Robust Out-Only message exchange pattern</head>
! <p>The <el>robust out-only</el> message exchange pattern
! consists of exactly one message as follows:</p>
<olist>
<item><p>message:</p>
***************
*** 260,267 ****
</item>
</olist>
! <p><assert class="exchange" id="RobustOutOnlyFaults-2201002">The <el>robust out-only</el> message exchange pattern uses the rule
<xspecref
href='&w3c-designation-part2;#fault-trigger'>Message Triggers
! Fault</xspecref>.</assert></p>
<p>An operation using this message exchange pattern has
a <prop comp="Interface Operation">message exchange pattern</prop> property with
--- 208,215 ----
</item>
</olist>
! <p>The <el>robust out-only</el> message exchange pattern uses the rule
<xspecref
href='&w3c-designation-part2;#fault-trigger'>Message Triggers
! Fault</xspecref>.</p>
<p>An operation using this message exchange pattern has
a <prop comp="Interface Operation">message exchange pattern</prop> property with
***************
*** 271,276 ****
<div3 id="out-in">
<head>Out-In message exchange pattern</head>
! <p><assert class="component" id="OutInComposition-2201101">The <el>out-in</el> message exchange pattern consists of exactly two messages, in order, as
! follows:</assert></p>
<olist>
<item>
--- 219,224 ----
<div3 id="out-in">
<head>Out-In message exchange pattern</head>
! <p>The <el>out-in</el> message exchange pattern consists of exactly two messages, in order, as
! follows:</p>
<olist>
<item>
***************
*** 313,320 ****
</item>
</olist>
! <p><assert class="exchange" id="OutInFaults-2201102">The <el>out-in</el> message exchange pattern uses the rule
<xspecref
href='&w3c-designation-part2;#fault-replacement'>Fault Replaces
! Message</xspecref>.</assert></p>
<p>
An operation using this message exchange pattern has
--- 261,268 ----
</item>
</olist>
! <p>The <el>out-in</el> message exchange pattern uses the rule
<xspecref
href='&w3c-designation-part2;#fault-replacement'>Fault Replaces
! Message</xspecref>.</p>
<p>
An operation using this message exchange pattern has
***************
*** 326,331 ****
<div3 id="out-opt-in">
<head>Out-Optional-In message exchange pattern</head>
! <p><assert class="component" id="OutOptInComposition-2201201">The <el>out-optional-in</el> message exchange pattern consists of one or two messages, in order, as
! follows:</assert></p>
<olist>
<item><p>A message:</p>
--- 274,279 ----
<div3 id="out-opt-in">
<head>Out-Optional-In message exchange pattern</head>
! <p>The <el>out-optional-in</el> message exchange pattern consists of one or two messages, in order, as
! follows:</p>
<olist>
<item><p>A message:</p>
***************
*** 346,353 ****
</item>
</olist>
! <p><assert class="exchange" id="OutOptInFaults-2201202">The <el>out-optional-in</el> message exchange pattern uses the rule
<xspecref
href='&w3c-designation-part2;#fault-trigger'>Message Triggers
! Fault</xspecref>.</assert></p>
<p>An operation using this message exchange pattern has
a <prop comp="Interface Operation">message exchange pattern</prop> property with
--- 294,301 ----
</item>
</olist>
! <p>The <el>out-optional-in</el> message exchange pattern uses the rule
<xspecref
href='&w3c-designation-part2;#fault-trigger'>Message Triggers
! Fault</xspecref>.</p>
<p>An operation using this message exchange pattern has
a <prop comp="Interface Operation">message exchange pattern</prop> property with
***************
*** 372,392 ****
<head>Normative References</head>
<blist>
- <bibl key="IETF RFC 2119" href="http://www.ietf.org/rfc/rfc2119.txt" id="RFC2119">
- <titleref>Key words for use in RFCs to Indicate Requirement
- Levels</titleref>, S. Bradner, Author. Internet Engineering
- Task Force, June 1999. Available at
- http://www.ietf.org/rfc/rfc2119.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 key="WSDL 2.0 Core Language" href="&w3c-designation-part1;" id="WSDL-PART1">
<titleref>&part1.title;</titleref>, R. Chinnici, M. Gudgin, J-J. Moreau,
--- 320,323 ----
***************
*** 406,424 ****
"&part2.title;"</loc> is available at &part2.latest;.
</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, E. Maler, and F. Yergeau, 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 "Extensible Markup Language (XML) 1.0"</loc> is available at http://www.w3.org/TR/REC-xml.
- </bibl>
- <bibl id="XMLInfoSet" key="XML Information Set" href="http://www.w3.org/TR/2004/REC-xml-infoset-20040204">
- <titleref>XML Information Set (Second Edition)</titleref>, 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 <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>
--- 337,340 ----
Received on Thursday, 8 March 2007 18:58:26 UTC