- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Dec 2006 17:20:11 +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-serv1307/test-suite/documents/good/MessageTest-2G
Modified Files:
HTTPservice.wsdl
Log Message:
Fixed misspelled queryParameterSeparator from MessageTest-2G.
Removed all <infault> stuff from MessageTest-5G - none of the supported MEPs can raise an infault.
Index: HTTPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G/HTTPservice.wsdl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** HTTPservice.wsdl 15 Dec 2006 06:14:08 -0000 1.6
--- HTTPservice.wsdl 20 Dec 2006 17:20:07 -0000 1.7
***************
*** 109,113 ****
</operation>
<operation ref="tns:EchoNameExpectFault" whttp:location="?first={FirstName}"
! whttp:querySeparatorParameter="&"
whttp:inputSerialization="application/x-www-form-urlencoded"
whttp:outputSerialization="application/echo+xml"
--- 109,113 ----
</operation>
<operation ref="tns:EchoNameExpectFault" whttp:location="?first={FirstName}"
! whttp:queryParameterSeparator="&"
whttp:inputSerialization="application/x-www-form-urlencoded"
whttp:outputSerialization="application/echo+xml"
Received on Wednesday, 20 December 2006 17:20:27 UTC