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

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

Modified Files:
	Service.wsdl 
Log Message:
Applied patch from Lawrence Mandel http://lists.w3.org/Archives/Public/www-ws-desc/2006Mar/0005.html

Index: Service.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Service-2G/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	8 Mar 2006 19:32:46 -0000	1.7
***************
*** 9,18 ****
  		endpoint.
  	</wsdl:documentation>
  
  	<wsdl:interface name="EchoInterface">
  		<wsdl:operation name="Echo"
  			pattern="http://www.w3.org/2006/01/wsdl/in-out">
! 			<wsdl:input element="xs:string" />
! 			<wsdl:output element="xs:string" />
  		</wsdl:operation>
  	</wsdl:interface>
--- 9,26 ----
  		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>
  
  	<wsdl:interface name="EchoInterface">
  		<wsdl:operation name="Echo"
  			pattern="http://www.w3.org/2006/01/wsdl/in-out">
! 			<wsdl:input element="tns:myElement" />
! 			<wsdl:output element="tns:myElement" />
  		</wsdl:operation>
  	</wsdl:interface>

Received on Wednesday, 8 March 2006 19:32:56 UTC