2002/ws/desc/test-suite/documents/bad/UnknownExtension-1B Interface.wsdl,NONE,1.1 Interface.filename,NONE,1.1 TestMetadata.xml,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/UnknownExtension-1B
In directory hutz:/tmp/cvs-serv29405/test-suite/documents/bad/UnknownExtension-1B

Added Files:
	Interface.wsdl Interface.filename TestMetadata.xml 
Log Message:
Added testcases for unknown extensions.

--- 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/UnknownExtension-1B
	</Identifier>
	<Title>Good Document UnknownExtension-1B</Title>
	<Purpose>This test case shows a required unknown extension.</Purpose>
	<Description>The extension is explicitly marked as required.</Description>
	<Status>accepted</Status>
	<SpecRef></SpecRef>
	<Preconditions>none</Preconditions>
	<Inputs>
		<Input role="root">Interface.wsdl</Input>
	</Inputs>
	<ExpectedResults>
		<Successful>true</Successful>
	</ExpectedResults>
	<Version>1.0</Version>
	<Contributor>
		<Name>Arthur Ryman</Name>
		<Affiliation>IBM</Affiliation>
		<EMail>ryman@ca.ibm.com</EMail>
	</Contributor>
	<Rights>http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</Rights>
	<Grouping>/documents/bad</Grouping>
	<SeeAlso><Reference>http://www.w3.org/TR/wsdl20</Reference></SeeAlso>
</TestMetadata>
--- NEW FILE: Interface.filename ---
<filename>UnknownExtension-1B/Interface.wsdl</filename>
--- NEW FILE: Interface.wsdl ---
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:description targetNamespace="http://example.org/"
	xmlns:wsdl="http://www.w3.org/2006/01/wsdl"
	xmlns:unknown="http://example.org/unknown-wsdl-extension">

	<wsdl:documentation>
		This test shows an invalid use of a WSDL 2.0 interface with a
		required unknown extension element. The extension is explicitly
		marked as required.
	</wsdl:documentation>

	<wsdl:interface name="myInterface">
		<unknown:extension wsdl:required="true" />
	</wsdl:interface>

</wsdl:description>

Received on Thursday, 13 July 2006 15:54:14 UTC