- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 15 Dec 2006 06:14: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-serv8270/test-suite/documents/good/MessageTest-2G Modified Files: HTTPservice.wsdl servicetypes.xsd Log Message: Cloned xsmt:EchoName element (xsmt:EchoName2). Changed EchoNameExpectFault to use EchoName2. Unique SOAP Body children names facilitiates operation dispatch in the absence of SOAPAction. Index: servicetypes.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G/servicetypes.xsd,v retrieving revision 1.3 retrieving revision 1.4 diff -C 2 -d -r1.3 -r1.4 *** servicetypes.xsd 28 Nov 2006 03:47:59 -0000 1.3 --- servicetypes.xsd 15 Dec 2006 06:14:09 -0000 1.4 *************** *** 4,7 **** --- 4,8 ---- <xs:element name="EchoName" type="xsmt:EchoStructType"/> + <xs:element name="EchoName2" type="xsmt:EchoStructType"/> <xs:complexType name="EchoStructType"> <xs:sequence> Index: HTTPservice.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G/HTTPservice.wsdl,v retrieving revision 1.5 retrieving revision 1.6 diff -C 2 -d -r1.5 -r1.6 *** HTTPservice.wsdl 1 Dec 2006 23:44:17 -0000 1.5 --- HTTPservice.wsdl 15 Dec 2006 06:14:08 -0000 1.6 *************** *** 42,47 **** <documentation>Invoke this operation with an EchoName element, and recieve an EchoNameFault back, with the text "rejected" and the first, middle and last names from the input message.</documentation> ! <input element="xsmt:EchoName"/> ! <output element="xsmt:EchoName"/> <outfault ref="tns:EchoNameFault"/> </operation> --- 42,47 ---- <documentation>Invoke this operation with an EchoName element, and recieve an EchoNameFault back, with the text "rejected" and the first, middle and last names from the input message.</documentation> ! <input element="xsmt:EchoName2"/> ! <output element="xsmt:EchoName2"/> <outfault ref="tns:EchoNameFault"/> </operation>
Received on Friday, 15 December 2006 06:14:19 UTC