- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 15 Apr 2006 21:19:59 +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-serv17096/test-suite/documents/good/Service-1G 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-1G/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:45 -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"> *************** *** 8,17 **** 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> --- 9,18 ---- 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> *************** *** 26,30 **** <wsdl:binding name="EchoSOAPBinding" ! type="http://www.w3.org/2006/01/wsdl/soap" /> <wsdl:service name="EchoService" interface="tns:EchoInterface"> --- 27,32 ---- <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:10 UTC