- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Jul 2006 03:32:57 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Service-2B In directory hutz:/tmp/cvs-serv25618/test-suite/documents/bad/Service-2B Modified Files: Service.wsdl Log Message: correct bad test cases replacing xs:string with #any in interface message references Index: Service.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Service-2B/Service.wsdl,v retrieving revision 1.8 retrieving revision 1.9 diff -C 2 -d -r1.8 -r1.9 *** Service.wsdl 31 May 2006 14:34:17 -0000 1.8 --- Service.wsdl 20 Jul 2006 03:32:55 -0000 1.9 *************** *** 15,20 **** <wsdl:operation name="Echo" pattern="http://www.w3.org/2006/01/wsdl/in-out"> ! <wsdl:input element="xs:string" /> ! <wsdl:output element="xs:string" /> </wsdl:operation> </wsdl:interface> --- 15,20 ---- <wsdl:operation name="Echo" pattern="http://www.w3.org/2006/01/wsdl/in-out"> ! <wsdl:input element="#any" /> ! <wsdl:output element="#any" /> </wsdl:operation> </wsdl:interface>
Received on Thursday, 20 July 2006 03:33:07 UTC