- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jan 2006 18:32:49 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/Service-3G
In directory hutz:/tmp/cvs-serv8860/test-suite/documents/good/Service-3G
Modified Files:
Service.wsdl
Log Message:
Updated WSDL namespaces to CR date: 2006/01
Index: Service.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Service-3G/Service.wsdl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Service.wsdl 25 Jan 2006 18:27:01 -0000 1.4
--- Service.wsdl 25 Jan 2006 18:32:47 -0000 1.5
***************
*** 3,10 ****
targetNamespace="http://example.org/Service"
xmlns:tns="http://example.org/Service"
! xmlns:wsdl="http://www.w3.org/2005/08/wsdl"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
! xsi:schemaLocation="http://www.w3.org/2005/08/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
<wsdl:documentation>
--- 3,10 ----
targetNamespace="http://example.org/Service"
xmlns:tns="http://example.org/Service"
! xmlns:wsdl="http://www.w3.org/2006/01/wsdl"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
! xsi:schemaLocation="http://www.w3.org/2006/01/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
<wsdl:documentation>
***************
*** 13,17 ****
<wsdl:interface name="EchoInterface">
! <wsdl:operation name="Echo" pattern="http://www.w3.org/2005/08/wsdl/in-out">
<wsdl:input element="xs:string"/>
<wsdl:output element="xs:string"/>
--- 13,17 ----
<wsdl:interface name="EchoInterface">
! <wsdl:operation name="Echo" pattern="http://www.w3.org/2006/01/wsdl/in-out">
<wsdl:input element="xs:string"/>
<wsdl:output element="xs:string"/>
***************
*** 20,24 ****
<wsdl:binding name="EchoSOAPBinding"
! type="http://www.w3.org/2005/08/wsdl/soap"/>
<wsdl:service name="EchoService" interface="tns:EchoInterface">
--- 20,24 ----
<wsdl:binding name="EchoSOAPBinding"
! type="http://www.w3.org/2006/01/wsdl/soap"/>
<wsdl:service name="EchoService" interface="tns:EchoInterface">
Received on Wednesday, 25 January 2006 18:32:59 UTC