- From: Amelia Lewis via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 May 2005 19:00:56 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv18746
Modified Files:
wsdl20-adjuncts.xml
Log Message:
add MEP template, fix changelog glitches
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** wsdl20-adjuncts.xml 12 May 2005 02:30:33 -0000 1.47
--- wsdl20-adjuncts.xml 19 May 2005 19:00:53 -0000 1.48
***************
*** 259,262 ****
--- 259,299 ----
ref='WSDL-PART1' />.</p>
+ <div2 id="mep-template">
+ <head>Template for Message Exchange Patterns</head>
+
+ <p>New Message Exchange Patterns may be defined by any organization able and
+ willing to do so. It is recommended that the patterns use the general
+ template provided here, after examination of existing predefined patterns.</p>
+
+ <div3 id="template-sample">
+ <head>Pattern Name</head>
+
+ <p>This pattern consists of [number] message[s, in order] as follows:</p>
+
+ <p>[enumeration, specifying, for each message] A[n optional] message:</p>
+ <olist>
+ <item>indicated by a Message Label component whose {message label} is
+ '[label]' and direction is '[direction]'</item>
+ <item>[received from|sent to] ['some' if first mention] node [node
+ identifier]</item>
+ </olist>
+
+ <p>This pattern uses the rule [fault ruleset reference].</p>
+
+ <p>An operation using this message exchange pattern has a {pattern}
+ property with the value '[pattern URI]'.</p>
+
+ </div3>
+
+ <p>Note: In the template, the bracketed items indicate a replacement operation.
+ Substitute the correct terms for each bracketed item.</p>
+
+ <p>Note: the "received from" and "sent to" are always from the point of
+ view of the service, and participating nodes other than the service are
+ implicitly identified as the originators of or destinations for
+ messages in the exchange.</p>
+
+ </div2>
+
<div2 id="fault-rules">
<head>Fault Propagation Rules</head>
***************
*** 4281,4284 ****
--- 4318,4327 ----
-->
<tr>
+ <td>20050519</td>
+ <td>aal</td>
+ <td>added template to guide readers when defining new message exchange
+ patterns.</td>
+ </tr>
+ <tr>
<td>20050512</td>
<td>HH</td>
***************
*** 4314,4317 ****
--- 4357,4371 ----
</tr>
<tr>
+ <td>20050505</td>
+ <td>aal</td>
+ <td>LC52c: state that soap faults have no reasonable default.</td>
+ </tr>
+ <tr>
+ <td>20050505</td>
+ <td>aal</td>
+ <td>LC76a: allow extensions to override faults in rulesets;
+ LC76b: define "propagate" in rulesets.</td>
+ </tr>
+ <tr>
<td>20050429</td>
<td>RRC</td>
***************
*** 4730,4744 ****
-->
<tr>
- <td>20050505</td>
- <td>aal</td>
- <td>LC52c: state that soap faults have no reasonable default.</td>
- </tr>
- <tr>
- <td>20050505</td>
- <td>aal</td>
- <td>LC76a: allow extensions to override faults in rulesets;
- LC76b: define "propagate" in rulesets.</td>
- </tr>
- <tr>
<td>20050310</td>
<td>JJM</td>
--- 4784,4787 ----
Received on Thursday, 19 May 2005 19:01:09 UTC