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

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

Modified Files:
	use-credit-card-faults.wsdl 
Log Message:
added missing prefix on fault references to ghns:invalidDataFault

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.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** use-credit-card-faults.wsdl	15 Apr 2006 20:44:16 -0000	1.8
--- use-credit-card-faults.wsdl	26 Apr 2006 22:00:05 -0000	1.9
***************
*** 35,39 ****
  				element="ghns:checkAvailabilityResponse" />
  
! 			<outfault ref="invalidDataFault" messageLabel="Out" />
  
  
--- 35,39 ----
  				element="ghns:checkAvailabilityResponse" />
  
! 			<outfault ref="ghns:invalidDataFault" messageLabel="Out" />
  
  
***************
*** 48,52 ****
  				element="ghns:makeReservationResponse" />
  
! 			<outfault ref="invalidDataFault" messageLabel="Out" />
  
  			<outfault ref="cc:cancelledCreditCard" messageLabel="Out" />
--- 48,52 ----
  				element="ghns:makeReservationResponse" />
  
! 			<outfault ref="ghns:invalidDataFault" messageLabel="Out" />
  
  			<outfault ref="cc:cancelledCreditCard" messageLabel="Out" />

Received on Wednesday, 26 April 2006 22:00:21 UTC