- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Nov 2006 16:40:16 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/Compound1-1G In directory hutz:/tmp/cvs-serv26924/test-suite/results/wsdl-xslt/Compound1-1G Modified Files: compound1.wsdlcm compound1.canonical.wsdlcm Log Message: Fixed soapHeaderBlockComponent bugs, regen'd results. Index: compound1.canonical.wsdlcm =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/Compound1-1G/compound1.canonical.wsdlcm,v retrieving revision 1.4 retrieving revision 1.5 diff -C 2 -d -r1.4 -r1.5 *** compound1.canonical.wsdlcm 15 Nov 2006 09:46:05 -0000 1.4 --- compound1.canonical.wsdlcm 16 Nov 2006 16:40:14 -0000 1.5 *************** *** 1,3 **** ! <?xml version="1.0" encoding="UTF-8"?><!-- Generated by wsdl-component-model.xslt, Jonathan Marsh, WSO2, jonathan@wso2.com --><descriptionComponent xmlns="http://www.w3.org/2002/ws/desc/wsdl/component" xmlns:soapcm="http://www.w3.org/2002/ws/desc/wsdl/component-soap" xmlns:rpccm="http://www.w3.org/2002/ws/desc/wsdl/component-rpc" xmlns:httpcm="http://www.w3.org/2002/ws/desc/wsdl/component-http" xmlns:base="http://www.w3.org/2002/ws/desc/wsdl/component-base" xmlns:ext="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" xml:id="c1"> <extensions> <base:uri>http://www.w3.org/2006/01/wsdl-extensions</base:uri> --- 1,4 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <!-- Generated by wsdl-component-model.xslt, Jonathan Marsh, WSO2, jonathan@wso2.com --><descriptionComponent xmlns="http://www.w3.org/2002/ws/desc/wsdl/component" xmlns:soapcm="http://www.w3.org/2002/ws/desc/wsdl/component-soap" xmlns:rpccm="http://www.w3.org/2002/ws/desc/wsdl/component-rpc" xmlns:httpcm="http://www.w3.org/2002/ws/desc/wsdl/component-http" xmlns:base="http://www.w3.org/2002/ws/desc/wsdl/component-base" xmlns:ext="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" xml:id="c1"> <extensions> <base:uri>http://www.w3.org/2006/01/wsdl-extensions</base:uri> *************** *** 69,77 **** <interfaceOperation ref="c3"/> <base:parent ref="c9"/> ! <soapcm:soapBindingOperationExtension/> </bindingOperationComponent><bindingOperationComponent xml:id="c11"> <interfaceOperation ref="c6"/> <base:parent ref="c9"/> ! <soapcm:soapBindingOperationExtension/> </bindingOperationComponent></bindingOperations> <soapcm:soapBindingExtension> --- 70,82 ---- <interfaceOperation ref="c3"/> <base:parent ref="c9"/> ! <soapcm:soapBindingOperationExtension> ! <soapcm:soapAction>http://soapinterop/echoDocument</soapcm:soapAction> ! </soapcm:soapBindingOperationExtension> </bindingOperationComponent><bindingOperationComponent xml:id="c11"> <interfaceOperation ref="c6"/> <base:parent ref="c9"/> ! <soapcm:soapBindingOperationExtension> ! <soapcm:soapAction>http://soapinterop/echoPerson</soapcm:soapAction> ! </soapcm:soapBindingOperationExtension> </bindingOperationComponent></bindingOperations> <soapcm:soapBindingExtension> Index: compound1.wsdlcm =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/Compound1-1G/compound1.wsdlcm,v retrieving revision 1.3 retrieving revision 1.4 diff -C 2 -d -r1.3 -r1.4 *** compound1.wsdlcm 15 Nov 2006 08:32:58 -0000 1.3 --- compound1.wsdlcm 16 Nov 2006 16:40:14 -0000 1.4 *************** *** 84,93 **** <interfaceOperation ref="N10051"/> <base:parent ref="N1006C"/> ! <soapcm:soapBindingOperationExtension/> </bindingOperationComponent> <bindingOperationComponent xml:id="N10078"> <interfaceOperation ref="N1005E"/> <base:parent ref="N1006C"/> ! <soapcm:soapBindingOperationExtension/> </bindingOperationComponent> </bindingOperations> --- 84,97 ---- <interfaceOperation ref="N10051"/> <base:parent ref="N1006C"/> ! <soapcm:soapBindingOperationExtension> ! <soapcm:soapAction>http://soapinterop/echoPerson</soapcm:soapAction> ! </soapcm:soapBindingOperationExtension> </bindingOperationComponent> <bindingOperationComponent xml:id="N10078"> <interfaceOperation ref="N1005E"/> <base:parent ref="N1006C"/> ! <soapcm:soapBindingOperationExtension> ! <soapcm:soapAction>http://soapinterop/echoDocument</soapcm:soapAction> ! </soapcm:soapBindingOperationExtension> </bindingOperationComponent> </bindingOperations>
Received on Thursday, 16 November 2006 16:41:11 UTC