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

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

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-3G/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:22 -0000	1.2
***************
*** 1,7 ****
  <?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: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,7 ----
  <?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: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">
***************
*** 14,18 ****
  	<wsdl:types>
  		<xsd:schema
! 			targetNamespace="http://tempuri.org/getBalance/">
  			<xsd:include schemaLocation="customerInfo.xsd" />
  			<xsd:include schemaLocation="accountInfo.xsd" />
--- 14,18 ----
  	<wsdl:types>
  		<xsd:schema
! 			targetNamespace="http://example.org/getBalance/">
  			<xsd:include schemaLocation="customerInfo.xsd" />
  			<xsd:include schemaLocation="accountInfo.xsd" />

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