2002/ws/desc/test-suite/documents/good/GreatH-1G TestMetadata.xml,1.4,1.5 primer-hotelReservationService.wsdl,1.8,1.9

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

Modified Files:
	TestMetadata.xml primer-hotelReservationService.wsdl 
Log Message:
Updated the testsuite to the new namespaces.

Index: primer-hotelReservationService.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/GreatH-1G/primer-hotelReservationService.wsdl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** primer-hotelReservationService.wsdl	31 Oct 2006 00:50:02 -0000	1.8
--- primer-hotelReservationService.wsdl	23 Mar 2007 05:50:31 -0000	1.9
***************
*** 1,8 ****
  <?xml version="1.0" encoding="utf-8" ?>
! <description xmlns="http://www.w3.org/2006/01/wsdl"
  	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:wsoap="http://www.w3.org/2006/01/wsdl/soap"
  	xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
  
--- 1,8 ----
  <?xml version="1.0" encoding="utf-8" ?>
! <description xmlns="http://www.w3.org/ns/wsdl"
  	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:wsoap="http://www.w3.org/ns/wsdl/soap"
  	xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
  
***************
*** 42,46 ****
  
  		<operation name="opCheckAvailability"
! 			pattern="http://www.w3.org/2006/01/wsdl/in-out">
  			<input messageLabel="In" element="ghns:checkAvailability" />
  			<output messageLabel="Out"
--- 42,46 ----
  
  		<operation name="opCheckAvailability"
! 			pattern="http://www.w3.org/ns/wsdl/in-out">
  			<input messageLabel="In" element="ghns:checkAvailability" />
  			<output messageLabel="Out"
***************
*** 53,57 ****
  	<binding name="reservationSOAPBinding"
  		interface="tns:reservationInterface"
! 		type="http://www.w3.org/2006/01/wsdl/soap"
  		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
  
--- 53,57 ----
  	<binding name="reservationSOAPBinding"
  		interface="tns:reservationInterface"
! 		type="http://www.w3.org/ns/wsdl/soap"
  		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
  

Index: TestMetadata.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/GreatH-1G/TestMetadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** TestMetadata.xml	1 Dec 2006 23:44:00 -0000	1.4
--- TestMetadata.xml	23 Mar 2007 05:50:31 -0000	1.5
***************
*** 12,16 ****
  	<Inputs>
  		<Input role="root">primer-hotelReservationService.wsdl</Input>
! 		<Input role="required-extension">http://www.w3.org/2006/01/wsdl/soap</Input>
  	</Inputs>
  	<ExpectedResults>
--- 12,16 ----
  	<Inputs>
  		<Input role="root">primer-hotelReservationService.wsdl</Input>
! 		<Input role="required-extension">http://www.w3.org/ns/wsdl/soap</Input>
  	</Inputs>
  	<ExpectedResults>

Received on Friday, 23 March 2007 05:54:08 UTC