2002/ws/desc/test-suite/documents/bad/Description-2B TestMetadata.xml,NONE,1.1 Description.wsdl,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Description-2B
In directory hutz:/tmp/cvs-serv22129/documents/bad/Description-2B

Added Files:
	TestMetadata.xml Description.wsdl 
Log Message:
Added test cases from Lawrence Mandel 2006-11-14

--- 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/bad/Description-2B
	</Identifier>
	<Title>Bad Document Description-2B</Title>
	<Purpose></Purpose>
	<Description></Description>
	<Status>accepted</Status>
	<SpecRef></SpecRef>
	<Preconditions>none</Preconditions>
	<Inputs>
		<Input role="root">Description.wsdl</Input>
	</Inputs>
	<ExpectedResults>
		<Successful>false</Successful>
		<ViolatesAssertion>Description-0025</ViolatesAssertion>
	</ExpectedResults>
	<Version>1.0</Version>
	<Contributor>
		<Name>Lawrence Mandel</Name>
		<Affiliation>IBM</Affiliation>
		<EMail>lmandel@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#Description-0025</Reference></SeeAlso>
</TestMetadata>

--- NEW FILE: Description.wsdl ---
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:description targetNamespace="example.org/Description"
	xmlns:name="http://example.org/name"
	xmlns:wsdl="http://www.w3.org/2006/01/wsdl"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:othertns="http://example.org/Description2">

	<wsdl:documentation>
		This test shows an invalid target namespace
		specified on the desciption element. The
		target namespace must be an absolute IRI.
		
		This document violates assertion Description-0025.
	</wsdl:documentation>
</wsdl:description>

Received on Tuesday, 14 November 2006 08:30:33 UTC