- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 12 Nov 2006 00:52:38 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G In directory hutz:/tmp/cvs-serv22234/test-suite/documents/good/MessageTest-2G Modified Files: HTTPservice.wsdl Log Message: Added missing @interface to <binding> elements in documents/good/MessageTest-2G and MessageTest-3G. Index: HTTPservice.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G/HTTPservice.wsdl,v retrieving revision 1.3 retrieving revision 1.4 diff -C 2 -d -r1.3 -r1.4 *** HTTPservice.wsdl 2 Nov 2006 15:42:26 -0000 1.3 --- HTTPservice.wsdl 12 Nov 2006 00:52:35 -0000 1.4 *************** *** 58,62 **** </interface> ! <binding name="EchoHTTPBinding" type="http://www.w3.org/2006/01/wsdl/http"> <documentation> This binding tests inputSerialization="application/xml" and --- 58,62 ---- </interface> ! <binding name="EchoHTTPBinding" interface="tns:Echo" type="http://www.w3.org/2006/01/wsdl/http"> <documentation> This binding tests inputSerialization="application/xml" and *************** *** 92,96 **** </binding> ! <binding name="EchoURLHTTPBinding" type="http://www.w3.org/2006/01/wsdl/http" whttp:queryParameterSeparatorDefault=";"> <documentation> --- 92,96 ---- </binding> ! <binding name="EchoURLHTTPBinding" interface="tns:Echo" type="http://www.w3.org/2006/01/wsdl/http" whttp:queryParameterSeparatorDefault=";"> <documentation> *************** *** 129,133 **** </binding> ! <binding name="EchoMultipartHTTPBinding" type="http://www.w3.org/2006/01/wsdl/http" whttp:queryParameterSeparatorDefault=";"> <documentation> --- 129,133 ---- </binding> ! <binding name="EchoMultipartHTTPBinding" interface="tns:Echo" type="http://www.w3.org/2006/01/wsdl/http" whttp:queryParameterSeparatorDefault=";"> <documentation>
Received on Sunday, 12 November 2006 00:52:39 UTC