2002/ws/desc/test-suite/documents/good/GreatH-1G primer-hotelReservationService.wsdl,1.3,1.4

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

Modified Files:
	primer-hotelReservationService.wsdl 
Log Message:
corrected SOAP namespace from http://www.w3.org/2005/08/wsdl/soap12 to http://www.w3.org/2005/08/wsdl/soap

Index: primer-hotelReservationService.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/GreatH-1G/primer-hotelReservationService.wsdl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** primer-hotelReservationService.wsdl	9 Nov 2005 19:36:36 -0000	1.3
--- primer-hotelReservationService.wsdl	25 Jan 2006 18:27:01 -0000	1.4
***************
*** 5,9 ****
      xmlns:tns= "http://greath.example.com/2004/wsdl/resSvc"
      xmlns:ghns = "http://greath.example.com/2004/schemas/resSvc"
!     xmlns:wsoap= "http://www.w3.org/2005/08/wsdl/soap12"
      xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
--- 5,9 ----
      xmlns:tns= "http://greath.example.com/2004/wsdl/resSvc"
      xmlns:ghns = "http://greath.example.com/2004/schemas/resSvc"
!     xmlns:wsoap= "http://www.w3.org/2005/08/wsdl/soap"
      xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
***************
*** 57,61 ****
    <binding name="reservationSOAPBinding" 
  	  interface="tns:reservationInterface"
! 	  type="http://www.w3.org/2005/08/wsdl/soap12"
  	  wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
  
--- 57,61 ----
    <binding name="reservationSOAPBinding" 
  	  interface="tns:reservationInterface"
! 	  type="http://www.w3.org/2005/08/wsdl/soap"
  	  wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
  

Received on Wednesday, 25 January 2006 18:27:30 UTC