2002/ws/desc/test-suite/documents/bad/Service-13B Service.wsdl,1.6,1.7

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Service-13B
In directory hutz:/tmp/cvs-serv17096/test-suite/documents/bad/Service-13B

Modified Files:
	Service.wsdl 
Log Message:
Added 	xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap"
and wsoap:protocol attribute to <binding>.

Index: Service.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Service-13B/Service.wsdl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Service.wsdl	19 Feb 2006 23:27:44 -0000	1.6
--- Service.wsdl	15 Apr 2006 21:19:57 -0000	1.7
***************
*** 3,6 ****
--- 3,7 ----
  	xmlns:tns="http://example.org/Service"
  	xmlns:wsdl="http://www.w3.org/2006/01/wsdl"
+ 	xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap"
  	xmlns:xs="http://www.w3.org/2001/XMLSchema">
  
***************
*** 19,23 ****
  
  	<wsdl:binding name="EchoSOAPBinding"
! 		type="http://www.w3.org/2006/01/wsdl/soap" />
  
  	<wsdl:service name="EchoService" interface="tns:EchoInterface">
--- 20,25 ----
  
  	<wsdl:binding name="EchoSOAPBinding"
! 		type="http://www.w3.org/2006/01/wsdl/soap"
! 		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/" />
  
  	<wsdl:service name="EchoService" interface="tns:EchoInterface">

Received on Saturday, 15 April 2006 21:20:09 UTC