2002/ws/desc/test-suite/documents/good/Feature-1G bank.wsdl,NONE,1.1 TestMetadata.xml,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/documents/good/Feature-1G
In directory hutz:/tmp/cvs-serv28025/test-suite/documents/good/Feature-1G

Added Files:
	bank.wsdl TestMetadata.xml 
Log Message:
Added Echo-1G and Feature-1G to Test Suite. Refactored ant script to generate coverage report. Regenerated coverage report.

--- 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/Feature-1G
	</Identifier>
	<Title>Good Document Feature-1G</Title>
	<Purpose></Purpose>
	<Description></Description>
	<Status>accepted</Status>
	<SpecRef></SpecRef>
	<Preconditions>none</Preconditions>
	<Inputs>bank.wsdl</Inputs>
	<ExpectedResults>
		<Successful>true</Successful>
	</ExpectedResults>
	<Version>1.0</Version>
	<Contributor>
		<Name>Graham Turrell</Name>
		<Affiliation>IBM</Affiliation>
		<EMail>gturrell@googlemail.com</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>
--- NEW FILE: bank.wsdl ---
<?xml version="1.0" encoding="UTF-8"?>
<description targetNamespace=" http://example.com/bank"
	xmlns="http://www.w3.org/2006/01/wsdl"
	xmlns:tns=" http://example.com/bank">

	<documentation>
		This test case illustrates Feature composition.
	</documentation>

	<interface name="Bank">
		<!-- All implementations of this interface must be secure -->
		<feature ref="http://example.com/secure-channel"
			required="true" />
		<operation name="withdrawFunds"
			pattern=" http://www.w3.org/2004/03/wsdl/in-out">
			<!-- This operation must have ACID properties -->
			<feature ref=" http://example.com/transaction"
				required="true" />
		</operation>
		<operation name="depositFunds"
			pattern=" http://www.w3.org/2004/03/wsdl/in-out">
			<!-- This operation requires notarization -->
			<feature ref=" http://example.com/notarization "
				required="true" />
		</operation>
	</interface>

	<binding name="BankSOAPBinding"
		type=" http://www.w3.org/2005/12/wsdl/soap ">
		<!-- This particular binding requires ISO9001
			compliance to be verifiable -->
		<feature ref=" http://example.com/ISO9001" required="true" />
		<!-- This binding also requires notarization -->
		<feature ref=" http://example.com/notarization" required="true" />
	</binding>

	<service name="BankService" interface="tns:Bank">
		<endpoint name="BankSOAPEndpoint"
			binding="tns:BankSOAPBinding">
		</endpoint>
	</service>
</description>

Received on Friday, 30 June 2006 03:59:58 UTC