- From: Sanjiva Weerawarana <sweeraw@dev.w3.org>
- Date: Tue, 13 Jul 2004 16:44:52 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv17563
Modified Files:
wsdl20.html wsdl20.xml
Log Message:
implemented Jonathan's solution for issue 160
Index: wsdl20.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** wsdl20.html 13 Jul 2004 09:03:58 -0000 1.93
--- wsdl20.html 13 Jul 2004 16:44:49 -0000 1.94
***************
*** 3142,3146 ****
<li><p>{target namespace} A namespace name, as defined
-
in [<cite><a href="#XMLNS">XML Namespaces</a></cite>].</p></li>
--- 3142,3145 ----
***************
*** 5531,5534 ****
--- 5530,5557 ----
</li>
+ <li><p>If a wsdl:definitions element is processed, a
+ conformant WSDL processor MUST also process the wsdl:import,
+ wsdl:include, and wsdl:types children of that
+ element.</p></li>
+
+ <li><p>If a wsdl:interface element is processed, a conformant
+ WSDL processor MUST also process the wsdl:operation, wsdl:fault,
+ wsdl:feature, and wsdl:property children of that
+ element.</p></li>
+
+ <li><p>If a wsdl:binding element is processed, a conformant
+ WSDL processor MUST also process the wsdl:operation, wsdl:fault,
+ wsdl:feature, and wsdl:property children of that element.
+ </p></li>
+
+ <li><p>If a wsdl:operation element is processed, a conformant
+ WSDL processor MUST also process the wsdl:input, wsdl:output,
+ wsdl:infault, wsdl:outfault, wsdl:feature, and wsdl:property
+ children of that element. </p></li>
+
+ <li><p>If a wsdl:property element is processed, a conformant
+ WSDL processor MUST also process the wsdl:value and
+ wsdl:constraint children of that element. </p></li>
+
</ul>
</div>
***************
*** 6548,6551 ****
--- 6571,6579 ----
<td rowspan="1" colspan="1">20040713</td>
<td rowspan="1" colspan="1">SW</td>
+ <td rowspan="1" colspan="1">Implemented Jonathan's proposal for issue 160.</td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">20040713</td>
+ <td rowspan="1" colspan="1">SW</td>
<td rowspan="1" colspan="1">Put ednote in contentious areas asking for extra feedback.</td>
</tr>
***************
*** 7313,7316 ****
--- 7341,7345 ----
<td rowspan="1" colspan="1">Added text regarding multiple operations with the same
{name} in a single port type</td>
+
</tr>
<tr>
***************
*** 7367,7371 ****
</tr>
<tr>
-
<td rowspan="1" colspan="1">20021127</td>
<td rowspan="1" colspan="1">MJG</td>
--- 7396,7399 ----
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** wsdl20.xml 13 Jul 2004 09:03:58 -0000 1.102
--- wsdl20.xml 13 Jul 2004 16:44:49 -0000 1.103
***************
*** 5520,5523 ****
--- 5520,5547 ----
</item>
+ <item><p>If a wsdl:definitions element is processed, a
+ conformant WSDL processor MUST also process the wsdl:import,
+ wsdl:include, and wsdl:types children of that
+ element.</p></item>
+
+ <item><p>If a wsdl:interface element is processed, a conformant
+ WSDL processor MUST also process the wsdl:operation, wsdl:fault,
+ wsdl:feature, and wsdl:property children of that
+ element.</p></item>
+
+ <item><p>If a wsdl:binding element is processed, a conformant
+ WSDL processor MUST also process the wsdl:operation, wsdl:fault,
+ wsdl:feature, and wsdl:property children of that element.
+ </p></item>
+
+ <item><p>If a wsdl:operation element is processed, a conformant
+ WSDL processor MUST also process the wsdl:input, wsdl:output,
+ wsdl:infault, wsdl:outfault, wsdl:feature, and wsdl:property
+ children of that element. </p></item>
+
+ <item><p>If a wsdl:property element is processed, a conformant
+ WSDL processor MUST also process the wsdl:value and
+ wsdl:constraint children of that element. </p></item>
+
</ulist>
</div2>
***************
*** 6551,6554 ****
--- 6575,6583 ----
<td>20040713</td>
<td>SW</td>
+ <td>Implemented Jonathan's proposal for issue 160.</td>
+ </tr>
+ <tr>
+ <td>20040713</td>
+ <td>SW</td>
<td>Put ednote in contentious areas asking for extra feedback.</td>
</tr>
Received on Tuesday, 13 July 2004 12:45:33 UTC