- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Feb 2007 20:19:55 +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-serv27108/test-suite/documents/good/MessageTest-3G
Modified Files:
HTTPservice.wsdl
Log Message:
Fixes per http://lists.w3.org/Archives/Public/www-ws-desc/2007Feb/0013.html.
Index: HTTPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-3G/HTTPservice.wsdl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** HTTPservice.wsdl 16 Jan 2007 12:53:55 -0000 1.10
--- HTTPservice.wsdl 8 Feb 2007 20:19:52 -0000 1.11
***************
*** 99,106 ****
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:Send" whttp:method="GET" whttp:location="Send">
<input />
</operation>
! <operation ref="tns:GuaranteedFault" whttp:location="GuaranteedFault">
<input/>
<outfault ref="tns:EchoNameFault" />
--- 99,106 ----
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:Send" whttp:location="Send">
<input />
</operation>
! <operation ref="tns:GuaranteedFault" whttp:method="GET" whttp:location="GuaranteedFault">
<input/>
<outfault ref="tns:EchoNameFault" />
Received on Thursday, 8 February 2007 20:20:29 UTC