- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Nov 2005 16:50:42 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv1838
Modified Files:
wsdl20.xml
Log Message:
LC358: fixed formatting in example C.2.
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.366
retrieving revision 1.367
diff -C2 -d -r1.366 -r1.367
*** wsdl20.xml 17 Nov 2005 16:43:09 -0000 1.366
--- wsdl20.xml 17 Nov 2005 16:50:39 -0000 1.367
***************
*** 14081,14092 ****
<wsdl:interface name="TicketAgent">
! <feature ref="http://example.com/secure-channel" required="true"/>
! <wsdl:operation name="listFlights" pattern="&wsdl-mep-in-out;">
<wsdl:input element="xsTicketAgent:listFlightsRequest"/>
<wsdl:output element="xsTicketAgent:listFlightsResponse"/>
</wsdl:operation>
! <wsdl:operation name="reserveFlight" pattern="&wsdl-mep-in-out;">
<wsdl:input element="xsTicketAgent:reserveFlightRequest"/>
<wsdl:output element="xsTicketAgent:reserveFlightResponse"/>
--- 14081,14095 ----
<wsdl:interface name="TicketAgent">
! <feature ref="http://example.com/secure-channel"
! required="true"/>
! <wsdl:operation name="listFlights"
! pattern="&wsdl-mep-in-out;">
<wsdl:input element="xsTicketAgent:listFlightsRequest"/>
<wsdl:output element="xsTicketAgent:listFlightsResponse"/>
</wsdl:operation>
! <wsdl:operation name="reserveFlight"
! pattern="&wsdl-mep-in-out;">
<wsdl:input element="xsTicketAgent:reserveFlightRequest"/>
<wsdl:output element="xsTicketAgent:reserveFlightResponse"/>
***************
*** 14103,14125 ****
<head>IRI-References - Example IRIs</head>
<eg xml:space="preserve">
! http://example.org/TicketAgent.wsdl20#xmlns(xsTicketAgent=http://example.org/TicketAgent.xsd)
wsdl.elementDeclaration(xsTicketAgent:listFlightsRequest)
! http://example.org/TicketAgent.wsdl20#xmlns(xsTicketAgent=http://example.org/TicketAgent.xsd)
wsdl.elementDeclaration(xsTicketAgent:listFlightsResponse)
! http://example.org/TicketAgent.wsdl20#xmlns(xsTicketAgent=http://example.org/TicketAgent.xsd)
wsdl.elementDeclaration(xsTicketAgent:reserveFlightRequest)
! http://example.org/TicketAgent.wsdl20#xmlns(xsTicketAgent=http://example.org/TicketAgent.xsd)
wsdl.elementDeclaration(xsTicketAgent:reserveFlightResponse)
http://example.org/TicketAgent.wsdl20#wsdl.interface(TicketAgent)
! http://example.org/TicketAgent.wsdl20#wsdl.feature(wsdl.interface(TicketAgent)/http://example.com/secure-channel)
! http://example.org/TicketAgent.wsdl20#wsdl.interfaceOperation(TicketAgent/listFlights)
! http://example.org/TicketAgent.wsdl20#wsdl.interfaceOperation(TicketAgent/reserveFlight)
</eg>
</example>
--- 14106,14136 ----
<head>IRI-References - Example IRIs</head>
<eg xml:space="preserve">
! http://example.org/TicketAgent.wsdl20#
! xmlns(xsTicketAgent=http://example.org/TicketAgent.xsd)
wsdl.elementDeclaration(xsTicketAgent:listFlightsRequest)
! http://example.org/TicketAgent.wsdl20#
! xmlns(xsTicketAgent=http://example.org/TicketAgent.xsd)
wsdl.elementDeclaration(xsTicketAgent:listFlightsResponse)
! http://example.org/TicketAgent.wsdl20#
! xmlns(xsTicketAgent=http://example.org/TicketAgent.xsd)
wsdl.elementDeclaration(xsTicketAgent:reserveFlightRequest)
! http://example.org/TicketAgent.wsdl20#
! xmlns(xsTicketAgent=http://example.org/TicketAgent.xsd)
wsdl.elementDeclaration(xsTicketAgent:reserveFlightResponse)
http://example.org/TicketAgent.wsdl20#wsdl.interface(TicketAgent)
! http://example.org/TicketAgent.wsdl20#
! wsdl.feature(
! wsdl.interface(TicketAgent)/http://example.com/secure-channel)
! http://example.org/TicketAgent.wsdl20#
! wsdl.interfaceOperation(TicketAgent/listFlights)
! http://example.org/TicketAgent.wsdl20#
! wsdl.interfaceOperation(TicketAgent/reserveFlight)
</eg>
</example>
***************
*** 14197,14200 ****
--- 14208,14220 ----
<td>20051117</td>
<td>JJM</td>
+ <td><loc href="http://www.w3.org/2002/ws/desc/5/lc-issues/#LC358">LC358</loc>
+ :
+ fixed formatting in example C.2.
+ </td>
+ </tr>
+
+ <tr>
+ <td>20051117</td>
+ <td>JJM</td>
<td><loc href="http://www.w3.org/2002/ws/desc/5/lc-issues/#LC356">LC356</loc>
:
Received on Thursday, 17 November 2005 16:50:52 UTC