- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Mar 2006 19:32:48 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/Service-1G In directory hutz:/tmp/cvs-serv27039/test-suite/documents/good/Service-1G 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-1G/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:41 -0000 1.6 --- Service.wsdl 8 Mar 2006 19:32:45 -0000 1.7 *************** *** 8,17 **** This test shows a valid use of a Service. </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> --- 8,25 ---- This test shows a valid use of a Service. </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