- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Mar 2007 05:50:32 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Import-2B
In directory hutz:/tmp/cvs-serv20879/test-suite/documents/bad/Import-2B
Modified Files:
XSDImportInWSDL.wsdl
Log Message:
Updated the testsuite to the new namespaces.
Index: XSDImportInWSDL.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Import-2B/XSDImportInWSDL.wsdl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** XSDImportInWSDL.wsdl 26 Feb 2007 04:36:26 -0000 1.7
--- XSDImportInWSDL.wsdl 23 Mar 2007 05:50:30 -0000 1.8
***************
*** 3,7 ****
targetNamespace="http://example.org/XSDImport"
xmlns:name="http://example.org/name"
! xmlns:wsdl="http://www.w3.org/2006/01/wsdl"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
--- 3,7 ----
targetNamespace="http://example.org/XSDImport"
xmlns:name="http://example.org/name"
! xmlns:wsdl="http://www.w3.org/ns/wsdl"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
***************
*** 16,20 ****
<wsdl:interface name="Names">
! <wsdl:operation name="getNameFromSIN" pattern="http://www.w3.org/2006/01/wsdl/in-out">
<wsdl:input element="name:SIN"/>
<wsdl:output element="name:Name"/>
--- 16,20 ----
<wsdl:interface name="Names">
! <wsdl:operation name="getNameFromSIN" pattern="http://www.w3.org/ns/wsdl/in-out">
<wsdl:input element="name:SIN"/>
<wsdl:output element="name:Name"/>
Received on Friday, 23 March 2007 05:53:37 UTC