- From: Roberto Chinnici via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Mar 2005 20:12:46 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv24146
Modified Files:
wsdl20-bindings.html wsdl20-bindings.xml
Log Message:
Implemented LC55 in part 3, allowing wsoap:module to be used
on binding fault reference components.
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.148
retrieving revision 1.149
diff -C2 -d -r1.148 -r1.149
*** wsdl20-bindings.xml 26 Feb 2005 23:41:33 -0000 1.148
--- wsdl20-bindings.xml 1 Mar 2005 20:12:43 -0000 1.149
***************
*** 1,3 ****
! <?xml version="1.0" encoding="utf-8"?>
<!-- $Id$ -->
<?xml-stylesheet type='text/xsl' href='xmlspec-wsdl.xsl'?>
--- 1,3 ----
! <?xml version="1.0" encoding="utf-8"?>
<!-- $Id$ -->
<?xml-stylesheet type='text/xsl' href='xmlspec-wsdl.xsl'?>
***************
*** 298,301 ****
--- 298,315 ----
</output>*
+ <infault ref="<emph>xs:QName</emph>"
+ messageLabel="<emph>xs:NCName</emph>"? >
+ <documentation />?
+ <<b>wsoap:module</b> ... />*
+ [ <feature /> | <property /> ]*
+ </infault>*
+
+ <outfault ref="<emph>xs:QName</emph>"
+ messageLabel="<emph>xs:NCName</emph>"? >
+ <documentation />?
+ <<b>wsoap:module</b> ... />*
+ [ <feature /> | <property /> ]*
+ </outfault>*
+
[ <feature /> | <property /> ]*
***************
*** 628,638 ****
<item><p>{soap modules}, a set of SOAP Module components
as defined in <specref ref="soap-module-decl-property"/>,
! to the Binding, Binding Operation and Binding Message
! Reference components.</p></item>
</ulist>
<p>The SOAP modules applicable for a particular operation of
any service consists of all modules specified in the input
! or output Binding Message reference components, and those
specified within the Binding Operation components and those
specified within the Binding component. If any module is
--- 642,653 ----
<item><p>{soap modules}, a set of SOAP Module components
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>
<p>The SOAP modules applicable for a particular operation of
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
***************
*** 640,644 ****
that module is defined by the closest declaration, where
closeness is defined by whether it is specified directly at
! the Binding Message Reference component level, the Binding
Operation component level or the Binding component level,
respectively.</p>
--- 655,660 ----
that module is defined by the closest declaration, where
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>
***************
*** 679,682 ****
--- 695,704 ----
<<b>wsoap:module</b> ... />*
</output>
+ <infault>
+ <<b>wsoap:module</b> ... />*
+ </infault>
+ <outfault>
+ <<b>wsoap:module</b> ... />*
+ </outfault>
</operation>
</binding>
***************
*** 3017,3020 ****
--- 3039,3050 ----
-->
<tr>
+ <td>20050301</td>
+ <td>RRC</td>
+ <td><loc
+ href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC55'>LC55</loc>:
+ enabled use of wsoap:module on binding fault reference components.
+ </td>
+ </tr>
+ <tr>
<td>20050221</td>
<td>HH</td>
Index: wsdl20-bindings.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** wsdl20-bindings.html 24 Feb 2005 17:21:09 -0000 1.74
--- wsdl20-bindings.html 1 Mar 2005 20:12:43 -0000 1.75
***************
*** 4,8 ****
<head>
<meta name="generator" content=
! "HTML Tidy for Linux/x86 (vers 1st August 2004), see www.w3.org" />
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8" />
--- 4,8 ----
<head>
<meta name="generator" content=
! "HTML Tidy for Cygwin (vers 1st August 2004), see www.w3.org" />
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8" />
***************
*** 592,595 ****
--- 592,609 ----
</output>*
+ <infault ref="<em>xs:QName</em>"
+ messageLabel="<em>xs:NCName</em>"? >
+ <documentation />?
+ <<b>wsoap:module</b> ... />*
+ [ <feature /> | <property /> ]*
+ </infault>*
+
+ <outfault ref="<em>xs:QName</em>"
+ messageLabel="<em>xs:NCName</em>"? >
+ <documentation />?
+ <<b>wsoap:module</b> ... />*
+ [ <feature /> | <property /> ]*
+ </outfault>*
+
[ <feature /> | <property /> ]*
***************
*** 902,919 ****
<p>{soap modules}, a set of SOAP Module components as defined in
<a href="#soap-module-decl-property"><b>2.7.3 SOAP Module
! Component</b></a>, to the Binding, Binding Operation and Binding
! Message Reference components.</p>
</li>
</ul>
<p>The SOAP modules applicable for a particular operation of any
service consists of all modules specified in the input or output
! Binding Message reference components, and those specified within
! the Binding Operation components and those specified within the
! Binding component. If any module is declared in multiple
! components, then the requiredness of that module is defined by the
! closest declaration, where closeness is defined by whether it is
! specified directly at the Binding Message Reference component
! level, the Binding Operation component level or the Binding
! component level, respectively.</p>
</div>
<div class="div3">
--- 916,934 ----
<p>{soap modules}, a set of SOAP Module components as defined in
<a href="#soap-module-decl-property"><b>2.7.3 SOAP Module
! Component</b></a>, to the Binding, Binding Operation, Binding
! Message Reference and Binding Fault Reference components.</p>
</li>
</ul>
<p>The SOAP modules applicable for a particular operation of 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 declared in multiple components, then
! the requiredness of that module is defined by the closest
! declaration, where 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>
</div>
<div class="div3">
***************
*** 955,958 ****
--- 970,979 ----
<<b>wsoap:module</b> ... />*
</output>
+ <infault>
+ <<b>wsoap:module</b> ... />*
+ </infault>
+ <outfault>
+ <<b>wsoap:module</b> ... />*
+ </outfault>
</operation>
</binding>
***************
*** 1853,1857 ****
the base URI specified in the <a href=
"wsdl20.html#Endpoint_details">{address}</a> property of the
! endpoint element to form the full URI for the HTTP request to
invoke the operation. It MUST contain an absolute or a relative
URI, i.e. it MUST NOT include a fragment identifier in the URI.
--- 1874,1878 ----
the base URI specified in the <a href=
"wsdl20.html#Endpoint_details">{address}</a> property of the
! endpoint component to form the full URI for the HTTP request to
invoke the operation. It MUST contain an absolute or a relative
URI, i.e. it MUST NOT include a fragment identifier in the URI.
***************
*** 1863,1867 ****
section <a href="#_http_x-www-form-urlencoded"><b>3.9.1
Serialization as application/x-www-form-urlencoded</b></a> defines
! a syntax to use the {http location} as a template using element of
the instance data.</p>
<p>If the resulting URI uses the <code>https</code> scheme, then
--- 1884,1888 ----
section <a href="#_http_x-www-form-urlencoded"><b>3.9.1
Serialization as application/x-www-form-urlencoded</b></a> defines
! a syntax to use the {http location} as a template using elements of
the instance data.</p>
<p>If the resulting URI uses the <code>https</code> scheme, then
***************
*** 3249,3252 ****
--- 3270,3281 ----
</tr>
<tr>
+ <td rowspan="1" colspan="1">20050301</td>
+ <td rowspan="1" colspan="1">RRC</td>
+ <td rowspan="1" colspan="1"><a href=
+ "http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC55">LC55</a>:
+ enabled use of wsoap:module on binding fault reference
+ components.</td>
+ </tr>
+ <tr>
<td rowspan="1" colspan="1">20050221</td>
<td rowspan="1" colspan="1">HH</td>
Received on Tuesday, 1 March 2005 20:12:46 UTC