2002/ws/desc/test-suite/documents/good/Chameleon-4G getBalance.wsdl,1.1,1.2

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

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

Index: getBalance.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Chameleon-4G/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">
***************
*** 16,25 ****
  	<wsdl:types>
  		<xsd:schema
! 			targetNamespace="http://tempuri.org/getBalance/customer/">
  			<xsd:include schemaLocation="customerInfo.xsd" />
  		</xsd:schema>
  
  		<xsd:schema
! 			targetNamespace="http://tempuri.org/getBalance/account/">
  			<xsd:include schemaLocation="accountInfo.xsd" />
  		</xsd:schema>
--- 16,25 ----
  	<wsdl:types>
  		<xsd:schema
! 			targetNamespace="http://example.org/getBalance/customer/">
  			<xsd:include schemaLocation="customerInfo.xsd" />
  		</xsd:schema>
  
  		<xsd:schema
! 			targetNamespace="http://example.org/getBalance/account/">
  			<xsd:include schemaLocation="accountInfo.xsd" />
  		</xsd:schema>

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