- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Nov 2006 15:42:58 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/MessageTest-1G In directory hutz:/tmp/cvs-serv23799/test-suite/results/wsdl-xslt/MessageTest-1G Modified Files: SOAPservice.wsdlcm Added Files: SOAPservice.temp Log Message: Added missing xs namespace declaration in MessageTest-1G. Updated MessageTest-3G baseline. Regenerated results. --- NEW FILE: SOAPservice.temp --- <?xml version="1.0" encoding="UTF-8"?> <!-- Generated by wsdl-component-model.xslt, Jonathan Marsh, Microsoft, jmarsh@microsoft.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="N10001"> <extensions> <base:uri>http://www.w3.org/2006/01/wsdl-extensions</base:uri> <base:uri>http://www.w3.org/2006/01/wsdl/http</base:uri> <base:uri>http://www.w3.org/2006/01/wsdl/rpc</base:uri> <base:uri>http://www.w3.org/2006/01/wsdl/soap</base:uri> </extensions> <interfaces><interfaceComponent xml:id="N10045"> <name> <base:namespaceName>http://example.org/message-test</base:namespaceName> <base:localName>ComplexEcho</base:localName> </name> <extendedInterfaces><interface ref="N10017"/></extendedInterfaces> <interfaceFaults><interfaceFaultComponent xml:id="N10049"> <name> <base:namespaceName>http://example.org/message-test</base:namespaceName> <base:localName>MessageTestFault</base:localName> </name> [...1002 lines suppressed...] </typeDefinitionComponent><typeDefinitionComponent xml:id="xs-unsignedInt"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>unsignedInt</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="xs-unsignedLong"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>unsignedLong</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="xs-unsignedShort"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>unsignedShort</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent></typeDefinitions> </descriptionComponent> Index: SOAPservice.wsdlcm =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/MessageTest-1G/SOAPservice.wsdlcm,v retrieving revision 1.3 retrieving revision 1.4 diff -C 2 -d -r1.3 -r1.4 *** SOAPservice.wsdlcm 2 Nov 2006 18:00:30 -0000 1.3 --- SOAPservice.wsdlcm 6 Nov 2006 15:42:56 -0000 1.4 *************** *** 9,13 **** </extensions> <interfaces> ! <interfaceComponent xml:id="N10016"> <name> <base:namespaceName>http://example.org/message-test</base:namespaceName> --- 9,13 ---- </extensions> <interfaces> ! <interfaceComponent xml:id="N10017"> <name> [...1570 lines suppressed...] <endpoints> ! <endpointComponent xml:id="N101ED"> <name>MessageTestSOAP</name> ! <binding ref="N100B7"/> <address>http://example.org/MessageTest-1G/endpoint-1</address> ! <base:parent ref="N101E6"/> </endpointComponent> ! <endpointComponent xml:id="N101F2"> <name>MessageTestGenericSOAP</name> ! <binding ref="N1014B"/> <address>http://example.org/MessageTest-1G/endpoint-2</address> ! <base:parent ref="N101E6"/> </endpointComponent> ! <endpointComponent xml:id="N101F7"> <name>MessageTestSOAPHTTP</name> ! <binding ref="N10159"/> <address>http://example.org/MessageTest-1G/endpoint-3</address> ! <base:parent ref="N101E6"/> </endpointComponent> </endpoints>
Received on Monday, 6 November 2006 15:43:21 UTC