2002/ws/desc/test-suite/documents/good/Storage-5G TestMetadata.xml,NONE,1.1 storage.wsdl,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/documents/good/Storage-5G
In directory hutz:/tmp/cvs-serv16660/test-suite/documents/good/Storage-5G

Added Files:
	TestMetadata.xml storage.wsdl 
Log Message:
committed patch from Youenn for Storage-1G thru Storage-5G

--- NEW FILE: storage.wsdl ---
<?xml version="1.0" encoding="utf-8" ?>
<description xmlns="http://www.w3.org/2006/01/wsdl"
		 targetNamespace="http://example.org/soapStorage"
		 xmlns:tns="http://example.org/soapStorage"
		 xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap">

		 <types>
		 		 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
		 		 		 targetNamespace="http://example.org/soapStorage">

		 		 		 <xs:element name="basicContent" type="xs:base64Binary"/>
		 		 		 <xs:element name="advancedContent" type="xs:base64Binary"/>
		 		 		 <xs:element name="basicAcknowledgement" type="xs:boolean" />
		 		 		 <xs:element name="advancedAcknowledgement" type="tns:tAcknowledgement" />
		 		 		 <xs:complexType name="tAcknowledgement">
		 		 		 		 <xs:sequence>
		 		 		 		 		 <xs:element name="date" type="xs:date" />
		 		 		 		 		 <xs:element name="status" type="xs:string" />
		 		 		 		 		 <xs:element name="size" type="xs:int" />
		 		 		 		 </xs:sequence>
		 		 		 </xs:complexType>
		 		 </xs:schema>
		 </types>

		 <interface name="baseInterface">
		 		 <operation name="basicstore"
		 		 		 pattern="http://www.w3.org/2006/01/wsdl/in-out">
		 		 		 <input element="tns:basicContent" />
		 		 		 <output element="tns:basicAcknowledgement" />
		 		 </operation>
		 </interface>

		 <interface name="extendedInterface" extends="tns:baseInterface">
		 		 <operation name="advancedstore"
		 		 		 pattern="http://www.w3.org/2006/01/wsdl/in-out">
		 		 		 <input element="tns:advancedContent" />
		 		 		 <output element="tns:advancedAcknowledgement" />
		 		 </operation>
		 </interface>

		 <binding name="storageBinding"
		 		 type="http://www.w3.org/2006/01/wsdl/soap"
		 		 wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
		 </binding>

		 <service name="storageService"
		 		 interface="tns:extendedInterface">

		 		 <endpoint name="storageEndpoint"
		 		 		 binding="tns:storageBinding"
		 		 		 address="http://example.org/storageService" />

		 </service>

</description>


--- NEW FILE: TestMetadata.xml ---
<?xml version="1.0"?>
<TestMetadata xmlns="http://www.w3.org/2006/02/wsdl/TestMetadata">
	<Identifier>
		http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/good/Storage-5G
	</Identifier>
	<Title>Good Document Storage-5G</Title>
	<Purpose>stub</Purpose>
	<Description>
		This WSDL shows the use of function inheritance.
	</Description>
	<Status>new</Status>
	<SpecRef></SpecRef>
	<Preconditions>none</Preconditions>
	<Inputs>
		<Input role="root">storage.wsdl</Input>
	</Inputs>
	<ExpectedResults>
		<Successful>true</Successful>
	</ExpectedResults>
	<Version>1.0</Version>
	<Contributor>
		<Name>Youenn Fablet</Name>
		<Affiliation>Canon</Affiliation>
		<EMail>youenn.fablet@crf.canon.fr</EMail>
	</Contributor>
	<Rights>
		http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231
	</Rights>
	<Grouping>/documents/good</Grouping>
	<SeeAlso>
		<Reference>http://www.w3.org/TR/wsdl20</Reference>
	</SeeAlso>
</TestMetadata>

Received on Friday, 7 July 2006 15:29:00 UTC