- 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/bad/Service-2B In directory hutz:/tmp/cvs-serv17096/test-suite/documents/bad/Service-2B 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-2B/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:43 -0000 1.6 --- Service.wsdl 15 Apr 2006 21:19:57 -0000 1.7 *************** *** 1,27 **** <?xml version="1.0" encoding="UTF-8"?> ! <wsdl:description ! targetNamespace="http://example.org/Service" ! xmlns:tns="http://example.org/Service" ! xmlns:wsdl="http://www.w3.org/2006/01/wsdl" ! xmlns:xs="http://www.w3.org/2001/XMLSchema"> ! ! <wsdl:documentation> ! This test shows an invalid Service interface reference. ! </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> ! ! <wsdl:binding name="EchoSOAPBinding" ! type="http://www.w3.org/2006/01/wsdl/soap"/> ! ! <wsdl:service name="EchoService" interface="tns:WrongEchoInterface"> ! <wsdl:endpoint ! name="SOAPEndpoint" ! binding="tns:EchoSOAPBinding"/> ! </wsdl:service> </wsdl:description> --- 1,29 ---- <?xml version="1.0" encoding="UTF-8"?> ! <wsdl:description targetNamespace="http://example.org/Service" ! 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"> ! ! <wsdl:documentation> ! This test shows an invalid Service interface reference. ! </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> ! ! <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:WrongEchoInterface"> ! <wsdl:endpoint name="SOAPEndpoint" ! binding="tns:EchoSOAPBinding" /> ! </wsdl:service> </wsdl:description>
Received on Saturday, 15 April 2006 21:20:13 UTC