2002/ws/desc/test-suite/documents/good/CreditCardFaults-1G use-credit-card-faults.wsdl,1.9,1.10

Update of /sources/public/2002/ws/desc/test-suite/documents/good/CreditCardFaults-1G
In directory hutz:/tmp/cvs-serv4001/documents/good/CreditCardFaults-1G

Modified Files:
	use-credit-card-faults.wsdl 
Log Message:
corrected namespace prefix - added tns

Index: use-credit-card-faults.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/CreditCardFaults-1G/use-credit-card-faults.wsdl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** use-credit-card-faults.wsdl	26 Apr 2006 22:00:05 -0000	1.9
--- use-credit-card-faults.wsdl	26 Apr 2006 22:26:44 -0000	1.10
***************
*** 2,5 ****
--- 2,6 ----
  <description
  	targetNamespace="http://greath.example.com/2004/wsdl/resSvc"
+ 	xmlns:tns="http://greath.example.com/2004/wsdl/resSvc"
  	xmlns:ghns="http://greath.example.com/2004/schemas/resSvc"
  	xmlns:cc="http://finance.example.com/CreditCards/wsdl"
***************
*** 35,39 ****
  				element="ghns:checkAvailabilityResponse" />
  
! 			<outfault ref="ghns:invalidDataFault" messageLabel="Out" />
  
  
--- 36,40 ----
  				element="ghns:checkAvailabilityResponse" />
  
! 			<outfault ref="tns:invalidDataFault" messageLabel="Out" />
  
  
***************
*** 48,52 ****
  				element="ghns:makeReservationResponse" />
  
! 			<outfault ref="ghns:invalidDataFault" messageLabel="Out" />
  
  			<outfault ref="cc:cancelledCreditCard" messageLabel="Out" />
--- 49,53 ----
  				element="ghns:makeReservationResponse" />
  
! 			<outfault ref="tns:invalidDataFault" messageLabel="Out" />
  
  			<outfault ref="cc:cancelledCreditCard" messageLabel="Out" />

Received on Wednesday, 26 April 2006 22:26:54 UTC