2002/ws/desc/test-suite/documents/good/Service-2G Service.wsdl,1.7,1.8

Update of /sources/public/2002/ws/desc/test-suite/documents/good/Service-2G
In directory hutz:/tmp/cvs-serv17096/test-suite/documents/good/Service-2G

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/good/Service-2G/Service.wsdl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Service.wsdl	8 Mar 2006 19:32:46 -0000	1.7
--- Service.wsdl	15 Apr 2006 21:19:57 -0000	1.8
***************
*** 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">
  
***************
*** 9,18 ****
  		endpoint.
  	</wsdl:documentation>
! 	
  	<wsdl:types>
  		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  			elementFormDefault="qualified"
  			targetNamespace="http://example.org/Service">
! 			<xsd:element name="myElement" type="xsd:string"/>
  		</xsd:schema>
  	</wsdl:types>
--- 10,19 ----
  		endpoint.
  	</wsdl:documentation>
! 
  	<wsdl:types>
  		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  			elementFormDefault="qualified"
  			targetNamespace="http://example.org/Service">
! 			<xsd:element name="myElement" type="xsd:string" />
  		</xsd:schema>
  	</wsdl:types>
***************
*** 27,31 ****
  
  	<wsdl:binding name="EchoSOAPBinding"
! 		type="http://www.w3.org/2006/01/wsdl/soap" />
  
  	<wsdl:service name="EchoService" interface="tns:EchoInterface">
--- 28,33 ----
  
  	<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:08 UTC