- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Nov 2006 18:36:31 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G In directory hutz:/tmp/cvs-serv10080/test-suite/documents/good/MessageTest-1G Modified Files: SOAPservice.wsdl Log Message: Fixed case typo in Import-3B. Renamed http:authentication[Type]Scheme in HTTPBinding-1G. Removed operation-level soap headers, changed SOAP code to one defined in SOAP 1.2 for MessageTest-1G. Index: SOAPservice.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G/SOAPservice.wsdl,v retrieving revision 1.8 retrieving revision 1.9 diff -C 2 -d -r1.8 -r1.9 *** SOAPservice.wsdl 14 Nov 2006 16:01:42 -0000 1.8 --- SOAPservice.wsdl 14 Nov 2006 18:36:27 -0000 1.9 *************** *** 3,7 **** xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions" xmlns:whttp="http://www.w3.org/2006/01/wsdl/http" xmlns:xsmt="http://example.org/message-test/xsd" ! xmlns:xs="http://www.w3.org/2001/XMLSchema"> <documentation><![CDATA[ --- 3,7 ---- xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions" xmlns:whttp="http://www.w3.org/2006/01/wsdl/http" xmlns:xsmt="http://example.org/message-test/xsd" ! xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <documentation><![CDATA[ *************** *** 140,144 **** </documentation> <fault ref="tns:MessageTestSimpleFault" ! wsoap:code="tns:MessageTestSimpleFaultCode" wsoap:subcodes="tns:MessageTestSimpleFaultSubcode1 tns:MessageTestSimpleFaultSubcode2"/> <fault ref="tns:MessageTestFault" wsoap:code="#any"> --- 140,144 ---- </documentation> <fault ref="tns:MessageTestSimpleFault" ! wsoap:code="soap:Sender" wsoap:subcodes="tns:MessageTestSimpleFaultSubcode1 tns:MessageTestSimpleFaultSubcode2"/> <fault ref="tns:MessageTestFault" wsoap:code="#any"> *************** *** 194,206 **** <operation ref="tns:Send" wsoap:action="http://example.org/message-test/action/Send"> ! <wsoap:header element="tm:TestSOAPHeader" required="true" ! xmlns:tm="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! <input/> </operation> <operation ref="tns:GuaranteedFault" wsoap:action="http://example.org/message-test/action/GuaranteedFault"> ! <wsoap:header element="tm:TestSOAPHeader" mustUnderstand="true" required="true" ! xmlns:tm="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! <input/> <outfault ref="tns:MessageTestSimpleFault"/> </operation> --- 194,208 ---- <operation ref="tns:Send" wsoap:action="http://example.org/message-test/action/Send"> ! <input> ! <wsoap:header element="tm:TestSOAPHeader" required="true" ! xmlns:tm="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! </input> </operation> <operation ref="tns:GuaranteedFault" wsoap:action="http://example.org/message-test/action/GuaranteedFault"> ! <input> ! <wsoap:header element="tm:TestSOAPHeader" required="true" ! xmlns:tm="http://www.w3.org/2002/ws/desc/6/10/test-module"/> ! </input> <outfault ref="tns:MessageTestSimpleFault"/> </operation>
Received on Tuesday, 14 November 2006 18:36:43 UTC