- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 12 Nov 2006 00:52:37 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-3G
In directory hutz:/tmp/cvs-serv22234/test-suite/documents/good/MessageTest-3G
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-3G/HTTPservice.wsdl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** HTTPservice.wsdl 11 Nov 2006 23:12:39 -0000 1.5
--- HTTPservice.wsdl 12 Nov 2006 00:52:35 -0000 1.6
***************
*** 71,75 ****
</interface>
! <binding name="EchoHTTPBinding" type="http://www.w3.org/2006/01/wsdl/http"
whttp:cookies="true"
whttp:methodDefault="PUT">
--- 71,75 ----
</interface>
! <binding name="EchoHTTPBinding" interface="tns:Echo" type="http://www.w3.org/2006/01/wsdl/http"
whttp:cookies="true"
whttp:methodDefault="PUT">
***************
*** 109,113 ****
</binding>
! <binding name="CodedEchoHTTPBinding" type="http://www.w3.org/2006/01/wsdl/http"
whttp:transferCodingDefault="compress">
<documentation>
--- 109,113 ----
</binding>
! <binding name="CodedEchoHTTPBinding" interface="tns:Echo" type="http://www.w3.org/2006/01/wsdl/http"
whttp:transferCodingDefault="compress">
<documentation>
Received on Sunday, 12 November 2006 00:52:48 UTC