- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2005 10:45:51 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv17504
Modified Files:
wsdl20-adjuncts.xml
Log Message:
Added wsoap:module on binding/fault
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** wsdl20-adjuncts.xml 8 Apr 2005 10:31:32 -0000 1.23
--- wsdl20-adjuncts.xml 8 Apr 2005 10:45:49 -0000 1.24
***************
*** 1050,1059 ****
<b>wsoap:subcodes</b>="<emph>list of xs:QName</emph>"? >
<<b>wsoap:header</b> element="<emph>xs:QName</emph>" required="xs:boolean"?
mustUnderstand="xs:boolean"?>
<documentation />?
</<b>wsoap:header</b>>*
- <documentation />?
[ <feature /> | <property /> ]*
</fault>*
--- 1050,1061 ----
<b>wsoap:subcodes</b>="<emph>list of xs:QName</emph>"? >
+ <documentation />?
+
<<b>wsoap:header</b> element="<emph>xs:QName</emph>" required="xs:boolean"?
mustUnderstand="xs:boolean"?>
<documentation />?
</<b>wsoap:header</b>>*
+ <<b>wsoap:module</b> ... />*
[ <feature /> | <property /> ]*
</fault>*
***************
*** 1071,1076 ****
<input messageLabel="<emph>xs:NCName</emph>"?
whttp:transferCoding="<emph>xs:string</emph>"?? >
- <<b>wsoap:header</b> ... />*
<documentation />?
<<b>wsoap:module</b> ... />*
[ <feature /> | <property /> ]*
--- 1073,1078 ----
<input messageLabel="<emph>xs:NCName</emph>"?
whttp:transferCoding="<emph>xs:string</emph>"?? >
<documentation />?
+ <<b>wsoap:header</b> ... />*
<<b>wsoap:module</b> ... />*
[ <feature /> | <property /> ]*
***************
*** 1079,1084 ****
<output messageLabel="<emph>xs:NCName</emph>"?
whttp:transferCoding="<emph>xs:string</emph>"?? >
- <<b>wsoap:header</b> ... />*
<documentation />?
<<b>wsoap:module</b> ... />*
[ <feature /> | <property /> ]*
--- 1081,1086 ----
<output messageLabel="<emph>xs:NCName</emph>"?
whttp:transferCoding="<emph>xs:string</emph>"?? >
<documentation />?
+ <<b>wsoap:header</b> ... />*
<<b>wsoap:module</b> ... />*
[ <feature /> | <property /> ]*
***************
*** 1696,1700 ****
as defined in <specref ref="soap-module-decl-property"/>,
to the Binding, Binding Operation, Binding Message
! Reference and Binding Fault Reference components.</p></item>
</ulist>
--- 1698,1703 ----
as defined in <specref ref="soap-module-decl-property"/>,
to the Binding, Binding Operation, Binding Message
! Reference, Binding Fault and Binding Fault Reference
! components.</p></item>
</ulist>
***************
*** 1702,1706 ****
any service consists of all modules specified in the input
or output Binding Message reference components, the infault
! or outfault Binding Fault reference components and those
specified within the Binding Operation components and those
specified within the Binding component. If any module is
--- 1705,1710 ----
any service consists of all modules specified in the input
or output Binding Message reference components, the infault
! or outfault Binding Fault reference components, those
! specified within the Binding Fault components, those
specified within the Binding Operation components and those
specified within the Binding component. If any module is
***************
*** 1709,1715 ****
closeness is defined by whether it is specified directly at
the Binding Message Reference component or Binding Fault
! Reference component level, the Binding
! Operation component level or the Binding component level,
! respectively.</p>
</div3>
--- 1713,1719 ----
closeness is defined by whether it is specified directly at
the Binding Message Reference component or Binding Fault
! Reference component level, the Binding Fault level or the
! Binding Operation component level or the Binding component
! level, respectively.</p>
</div3>
***************
*** 1740,1743 ****
--- 1744,1750 ----
<documentation ... />?
</<b>wsoap:module</b>>
+ <fault>
+ <<b>wsoap:module</b> ... />*
+ </fault>
<operation>
<<b>wsoap:module</b> ... />*
***************
*** 1850,1857 ****
<td rowspan="1" colspan="1">{soap modules}</td>
<td rowspan="1" colspan="1"> The set of SOAP Modules
! components corresponding to all the <el>module</el>
! &EII; in the [children] of the <el>binding</el>,
! <el>operation</el>, <el>input</el>, <el>output</el>,
! <el>infault</el>, <el>outfault</el> &EII;s, if any.
</td>
</tr>
--- 1857,1865 ----
<td rowspan="1" colspan="1">{soap modules}</td>
<td rowspan="1" colspan="1"> The set of SOAP Modules
! components corresponding to all the <el>module</el>
! &EII; in the [children] of the <el>binding</el>,
! <el>operation</el>, <el>fault</el>, <el>input</el>,
! <el>output</el>, <el>infault</el>, <el>outfault</el>
! &EII;s, if any.
</td>
</tr>
***************
*** 3970,3973 ****
--- 3978,3990 ----
-->
<tr>
+ <td>20050408</td>
+ <td>HH</td>
+ <td>
+ Added <el>wsoap:module</el> at the Binding Fault component
+ model as per <loc
+ href='http://lists.w3.org/Archives/Public/www-ws-desc/2005Apr/0037.html'>2005-04-07 telcon</loc>
+ </td>
+ </tr>
+ <tr>
<td>20050407</td>
<td>HH</td>
Received on Friday, 8 April 2005 10:45:52 UTC