- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Oct 2006 19:23:23 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/messages/good/InOut-3G In directory hutz:/tmp/cvs-serv11108/InOut-3G Modified Files: echo.wsdl Log Message: Missing trailing slash in SOAP MEP Index: echo.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/messages/good/InOut-3G/echo.wsdl,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** echo.wsdl 11 Jul 2006 03:00:52 -0000 1.1 --- echo.wsdl 23 Oct 2006 19:23:21 -0000 1.2 *************** *** 53,60 **** wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP"> <operation ! wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response" ref="tns:echoString" /> <operation ! wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response" ref="tns:echoXML" /> </binding> --- 53,60 ---- wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP"> <operation ! wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/" ref="tns:echoString" /> <operation ! wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/" ref="tns:echoXML" /> </binding>
Received on Monday, 23 October 2006 19:23:35 UTC