- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Jan 2007 06:02:36 +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-serv11048/test-suite/documents/good/MessageTest-1G Modified Files: SOAPservice.wsdl Log Message: See http://lists.w3.org/Archives/Public/www-ws-desc/2007Jan/0136.html 1) Removed GenericSOAPBinding from MessageTest-1G, including the endpoint referring to it. 2) Created MessageTest-6G that only has the GenericSOAPBinding, including removing endpoints associated with other bindings. 3) Changed the content models of Send and GuaranteedFault to elements sendString and sendInt, with xs:string and xs:int types repectively. 4) Changed the name of the Service, changed some comments + Regenerated all results. Index: SOAPservice.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G/SOAPservice.wsdl,v retrieving revision 1.15 retrieving revision 1.16 diff -C 2 -d -r1.15 -r1.16 *** SOAPservice.wsdl 12 Jan 2007 05:02:21 -0000 1.15 --- SOAPservice.wsdl 17 Jan 2007 06:02:34 -0000 1.16 *************** *** 186,201 **** </binding> - <binding name="GenericSOAPBinding" - type="http://www.w3.org/2006/01/wsdl/soap" wsoap:version="1.2" - wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/" - wsoap:mepDefault="http://www.w3.org/2003/05/soap/mep/request-response/"> - <documentation> - This SOAP 1.2/HTTP binding is generic to any interface. The only constraint - it imposes is the engagement of the http://www.w3.org/2002/ws/desc/6/10/test-module - module over the whole binding. All other binding details are defaulted. - </documentation> - <wsoap:module ref="http://www.w3.org/2002/ws/desc/6/10/test-module"/> - </binding> - <binding name="ComplexEchoSOAPHTTPBinding" interface="tns:ComplexEcho" type="http://www.w3.org/2006/01/wsdl/soap" wsoap:version="1.2" --- 186,189 ---- *************** *** 274,281 **** <endpoint name="MessageTestSOAP" binding="tns:ComplexEchoSOAPBinding" address="http://example.org/MessageTest-1G/endpoint-1"/> - <endpoint name="MessageTestGenericSOAP" binding="tns:GenericSOAPBinding" - address="http://example.org/MessageTest-1G/endpoint-2"/> <endpoint name="MessageTestSOAPHTTP" binding="tns:ComplexEchoSOAPHTTPBinding" ! address="http://example.org/MessageTest-1G/endpoint-3" whttp:authenticationScheme="basic" whttp:authenticationRealm="example.org Realm"/> --- 262,267 ---- <endpoint name="MessageTestSOAP" binding="tns:ComplexEchoSOAPBinding" address="http://example.org/MessageTest-1G/endpoint-1"/> <endpoint name="MessageTestSOAPHTTP" binding="tns:ComplexEchoSOAPHTTPBinding" ! address="http://example.org/MessageTest-1G/endpoint-2" whttp:authenticationScheme="basic" whttp:authenticationRealm="example.org Realm"/>
Received on Wednesday, 17 January 2007 06:02:54 UTC