2002/ws/desc/test-suite/documents/good/XsImport-2G reservationItems.wsdl,1.4,1.5 reservationDetails.wsdl,1.5,1.6

Update of /sources/public/2002/ws/desc/test-suite/documents/good/XsImport-2G
In directory hutz:/tmp/cvs-serv2189/test-suite/documents/good/XsImport-2G

Modified Files:
	reservationItems.wsdl reservationDetails.wsdl 
Log Message:
Updated Test Suite to use Ant 1.7 alpha <schemavalidate> task which allows us to remove schemaLocation information from the documents.

Index: reservationDetails.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/XsImport-2G/reservationDetails.wsdl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** reservationDetails.wsdl	25 Jan 2006 18:32:45 -0000	1.5
--- reservationDetails.wsdl	19 Feb 2006 23:27:41 -0000	1.6
***************
*** 5,11 ****
  	xmlns:details="http://greath.example.com/2004/schemas/reservationDetails"
  	xmlns:items="http://greath.example.com/2004/schemas/reservationItems"
! 	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">
  
  	<documentation>
--- 5,9 ----
  	xmlns:details="http://greath.example.com/2004/schemas/reservationDetails"
  	xmlns:items="http://greath.example.com/2004/schemas/reservationItems"
! 	xmlns:xs="http://www.w3.org/2001/XMLSchema">
  
  	<documentation>

Index: reservationItems.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/XsImport-2G/reservationItems.wsdl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** reservationItems.wsdl	25 Jan 2006 18:32:45 -0000	1.4
--- reservationItems.wsdl	19 Feb 2006 23:27:41 -0000	1.5
***************
*** 3,9 ****
  	targetNamespace="http://greath.example.com/2004/services/retrieveDetails"
  	xmlns:tns="http://greath.example.com/2004/services/retrieveDetails"
! 	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">
  
  	<documentation>
--- 3,7 ----
  	targetNamespace="http://greath.example.com/2004/services/retrieveDetails"
  	xmlns:tns="http://greath.example.com/2004/services/retrieveDetails"
! 	xmlns:xs="http://www.w3.org/2001/XMLSchema">
  
  	<documentation>

Received on Sunday, 19 February 2006 23:28:28 UTC