2002/ws/desc/test-suite/documents/good/Chameleon-4G TestMetadata.xml,1.1,1.2 accountInfo.xsd,1.1,1.2 customerInfo.xsd,1.1,1.2 getBalance.wsdl,1.4,1.5

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

Modified Files:
	TestMetadata.xml accountInfo.xsd customerInfo.xsd 
	getBalance.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: accountInfo.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Chameleon-4G/accountInfo.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** accountInfo.xsd	27 May 2005 18:04:39 -0000	1.1
--- accountInfo.xsd	19 Feb 2006 23:27:41 -0000	1.2
***************
*** 1,6 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
! 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
! 	xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
  	<xsd:complexType name="accinfct">
  		<xsd:sequence maxOccurs="unbounded" minOccurs="0">
--- 1,4 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  	<xsd:complexType name="accinfct">
  		<xsd:sequence maxOccurs="unbounded" minOccurs="0">

Index: TestMetadata.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Chameleon-4G/TestMetadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestMetadata.xml	19 Feb 2006 04:45:19 -0000	1.1
--- TestMetadata.xml	19 Feb 2006 23:27:41 -0000	1.2
***************
*** 1,8 ****
  <?xml version="1.0"?>
! <TestMetadata xmlns="http://www.w3.org/2006/02/wsdl/TestMetadata"
! 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
! 	xsi:schemaLocation="http://www.w3.org/2006/02/wsdl/TestMetadata ../../../xmlcatalog/wsdl/TestMetadata.xsd">
  	<Identifier>
! 		http://www.w3.org/2006/02/wsdl/test-suite/documents/bad/Chameleon-4G
  	</Identifier>
  	<Title>Good Document Chameleon-4G</Title>
--- 1,6 ----
  <?xml version="1.0"?>
! <TestMetadata xmlns="http://www.w3.org/2006/02/wsdl/TestMetadata">
  	<Identifier>
! 		http://www.w3.org/2006/02/wsdl/test-suite/documents/good/Chameleon-4G
  	</Identifier>
  	<Title>Good Document Chameleon-4G</Title>
***************
*** 22,27 ****
  		<EMail>fkassam@ca.ibm.com</EMail>
  	</Contributor>
! 	<Rights>http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</Rights>
  	<Grouping>/documents/good</Grouping>
! 	<SeeAlso><Reference>http://www.w3.org/TR/wsdl20</Reference></SeeAlso>
  </TestMetadata>
\ No newline at end of file
--- 20,29 ----
  		<EMail>fkassam@ca.ibm.com</EMail>
  	</Contributor>
! 	<Rights>
! 		http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231
! 	</Rights>
  	<Grouping>/documents/good</Grouping>
! 	<SeeAlso>
! 		<Reference>http://www.w3.org/TR/wsdl20</Reference>
! 	</SeeAlso>
  </TestMetadata>
\ No newline at end of file

Index: getBalance.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Chameleon-4G/getBalance.wsdl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** getBalance.wsdl	25 Jan 2006 18:32:47 -0000	1.4
--- getBalance.wsdl	19 Feb 2006 23:27:41 -0000	1.5
***************
*** 5,11 ****
  	targetNamespace="http://example.org/getBalance/"
  	xmlns:customer="http://example.org/getBalance/customer/"
! 	xmlns:account="http://example.org/getBalance/account/"
! 	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>
--- 5,9 ----
  	targetNamespace="http://example.org/getBalance/"
  	xmlns:customer="http://example.org/getBalance/customer/"
! 	xmlns:account="http://example.org/getBalance/account/">
  
  	<wsdl:documentation>

Index: customerInfo.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Chameleon-4G/customerInfo.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** customerInfo.xsd	27 May 2005 18:04:39 -0000	1.1
--- customerInfo.xsd	19 Feb 2006 23:27:41 -0000	1.2
***************
*** 1,6 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
! 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
! 	xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
  	<xsd:complexType name="cinfoct">
  		<xsd:sequence>
--- 1,4 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  	<xsd:complexType name="cinfoct">
  		<xsd:sequence>

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