- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 07 Jul 2006 15:28:50 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/Storage-4G In directory hutz:/tmp/cvs-serv16660/test-suite/documents/good/Storage-4G 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="storedContent" type="xs:base64Binary"/> <xs:element name="acknowledgement" type="tns:tAcknowledgement" /> <xs:element name="storageFailure" type="tns:tFaultDetails" /> <xs:element name="storageError" type="tns:tFaultDetails" /> <xs:element name="storageMistake" type="tns:tFaultDetails" /> <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:complexType name="tFaultDetails"> <xs:sequence> <xs:element name="date" type="xs:date" /> <xs:element name="details" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:schema> </types> <interface name="faultInterface"> <fault name="failure" element="tns:storageFailure" /> <fault name="error" element="tns:storageError" /> <fault name="mistake" element="tns:storageMistake" /> </interface> <interface name="storageInterface" extends="tns:faultInterface"> <operation name="store" pattern="http://www.w3.org/2006/01/wsdl/in-out"> <input element="tns:storedContent" /> <output element="tns:acknowledgement" /> <outfault ref="tns:failure"/> <outfault ref="tns:error"/> </operation> </interface> <binding name="storageBinding" interface="tns:storageInterface" type="http://www.w3.org/2006/01/wsdl/soap" wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP"> <fault ref="tns:failure"/> <fault ref="tns:error"/> </binding> <service name="storageService" interface="tns:storageInterface"> <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-4G </Identifier> <Title>Good Document Storage-4G</Title> <Purpose>stub</Purpose> <Description> This WSDL shows the use of fault-only interface 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