2002/ws/desc/test-suite/documents/bad/Chameleon-1B TestMetadata.xml,1.1,1.2 getBalance.wsdl,1.4,1.5 customerInfo.xsd,1.2,1.3 accountInfo.xsd,1.2,1.3

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Chameleon-1B
In directory hutz:/tmp/cvs-serv2189/test-suite/documents/bad/Chameleon-1B

Modified Files:
	TestMetadata.xml getBalance.wsdl customerInfo.xsd 
	accountInfo.xsd 
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/bad/Chameleon-1B/accountInfo.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** accountInfo.xsd	27 May 2005 18:11:21 -0000	1.2
--- accountInfo.xsd	19 Feb 2006 23:27:41 -0000	1.3
***************
*** 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:import namespace="http://example.org/getBalance/customer/"
--- 1,4 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  
  	<xsd:import namespace="http://example.org/getBalance/customer/"

Index: TestMetadata.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Chameleon-1B/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:18 -0000	1.1
--- TestMetadata.xml	19 Feb 2006 23:27:41 -0000	1.2
***************
*** 1,6 ****
  <?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-1B
--- 1,4 ----
  <?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/bad/Chameleon-1B

Index: getBalance.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Chameleon-1B/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/bad/Chameleon-1B/customerInfo.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** customerInfo.xsd	27 May 2005 18:11:21 -0000	1.2
--- customerInfo.xsd	19 Feb 2006 23:27:41 -0000	1.3
***************
*** 2,8 ****
  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  	targetNamespace="http://example.org/getBalance/customer/"
! 	xmlns:tns="http://example.org/getBalance/customer/"
! 	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>
--- 2,6 ----
  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  	targetNamespace="http://example.org/getBalance/customer/"
! 	xmlns:tns="http://example.org/getBalance/customer/">
  	<xsd:complexType name="cinfoct">
  		<xsd:sequence>

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