2002/ws/desc/test-suite/documents/bad/Chameleon-2B getBalance.wsdl,1.1,1.2 customerInfo.xsd,1.1,1.2 accountInfo.xsd,1.1,1.2

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

Modified Files:
	getBalance.wsdl customerInfo.xsd accountInfo.xsd 
Log Message:
Replace tempuri.org with example.org.

Index: accountInfo.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Chameleon-2B/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	27 May 2005 18:11:21 -0000	1.2
***************
*** 4,8 ****
  	xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
  
! 	<xsd:import namespace="http://tempuri.org/getBalance/customer/"
  		schemaLocation="customerInfo.xsd" />
  
--- 4,8 ----
  	xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
  
! 	<xsd:import namespace="http://example.org/getBalance/customer/"
  		schemaLocation="customerInfo.xsd" />
  

Index: getBalance.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Chameleon-2B/getBalance.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** getBalance.wsdl	27 May 2005 18:04:39 -0000	1.1
--- getBalance.wsdl	27 May 2005 18:11:21 -0000	1.2
***************
*** 1,9 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <wsdl:description xmlns:tns="http://tempuri.org/getBalance/"
  	xmlns:wsdl="http://www.w3.org/2005/05/wsdl"
  	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
! 	targetNamespace="http://tempuri.org/getBalance/"
! 	xmlns:customer="http://tempuri.org/getBalance/customer/"
! 	xmlns:account="http://tempuri.org/getBalance/account/"
  	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  	xsi:schemaLocation="http://www.w3.org/2005/05/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
--- 1,9 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <wsdl:description xmlns:tns="http://example.org/getBalance/"
  	xmlns:wsdl="http://www.w3.org/2005/05/wsdl"
  	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
! 	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/2005/05/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">

Index: customerInfo.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Chameleon-2B/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	27 May 2005 18:11:21 -0000	1.2
***************
*** 1,6 ****
  <?xml version="1.0" encoding="UTF-8"?>
  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
! 	targetNamespace="http://tempuri.org/getBalance/customer/"
! 	xmlns:tns="http://tempuri.org/getBalance/customer/"
  	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  	xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
--- 1,6 ----
  <?xml version="1.0" encoding="UTF-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">

Received on Friday, 27 May 2005 18:11:24 UTC