2002/ws/desc/test-suite/documents/bad/Location-5B TestMetadata.xml,NONE,1.1 Echo.wsdl,NONE,1.1 Echo.xsd,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Location-5B
In directory hutz:/tmp/cvs-serv12601/documents/bad/Location-5B

Added Files:
	TestMetadata.xml Echo.wsdl Echo.xsd 
Log Message:
committed patch from Lawrence Mandel: test-suite-20061117.patch

--- NEW FILE: Echo.xsd ---
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" 
		targetNamespace="http://www.example.org/Echo" 
		xmlns:tns="http://www.example.org/Echo" 
		elementFormDefault="qualified"
		xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance"
		wsdli:wsdlLocation="example.org/Echo Echo.wsdl">
	<element name="parameter" type="string"/>
</schema>

--- 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/Location-5B
	</Identifier>
	<Title>Bad Document Location-5B</Title>
	<Purpose></Purpose>
	<Description></Description>
	<Status>accepted</Status>
	<SpecRef></SpecRef>
	<Preconditions>none</Preconditions>
	<Inputs>
		<Input role="root">Echo.wsdl</Input>
		<Input>Echo.xsd</Input>
	</Inputs>
	<ExpectedResults>
		<Successful>false</Successful>
		<ViolatesAssertion>Location-0077</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#Location-0077</Reference></SeeAlso>
</TestMetadata>

--- NEW FILE: Echo.wsdl ---
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:description targetNamespace="http://example.org/Echo"
	xmlns:tns="http://example.org/Echo"
	xmlns:wsdl="http://www.w3.org/2006/01/wsdl"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap">

	<wsdl:documentation>
		This test shows an invalid use of a 
		wsdli:wsdlLocation attribute. This attribute,
		which is located on the Echo.xsd schema, must contain
		namespace location pairs where the first value in the
		pair must be an absolute IRI.
		
		This document violates assertion Location-0077.
	</wsdl:documentation>
	
	<wsdl:types>
		<xs:import namespace="http://example.org/Echo" schemaLocation="Echo.xsd"/>
	</wsdl:types>

	<wsdl:interface name="EchoInterface">
		<wsdl:operation name="echoOperation"
			pattern="http://www.w3.org/2006/01/wsdl/in-out">
			<wsdl:input element="tns:parameter" />
			<wsdl:output element="tns:parameter" />
		</wsdl:operation>
	</wsdl:interface>
	
	<wsdl:binding name="EchoSOAPBinding"
		type="http://www.w3.org/2006/01/wsdl/soap"
		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/" />

	<wsdl:service name="EchoService" interface="tns:EchoInterface">
		<wsdl:documentation>The Echo service.</wsdl:documentation>
		<wsdl:endpoint name="SOAPEndpoint"
			binding="tns:EchoSOAPBinding" />
	</wsdl:service>
	
</wsdl:description>

Received on Friday, 17 November 2006 10:11:51 UTC