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

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

Added Files:
	TestMetadata.xml Echo.wsdl 
Log Message:
Committed patch from Chathura for testcases that violate assertions.

--- 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/Binding-2B
	</Identifier>
	<Title>Bad Document - Non-Unique Binding</Title>
	<Purpose></Purpose>
	<Description>This violates the Binding 58 Asertion.</Description>
	<Status>accepted</Status>
	<SpecRef></SpecRef>
	<Preconditions>none</Preconditions>
	<Inputs>
		<Input>Echo.wsdl</Input>
	</Inputs>
	<ExpectedResults>
		<Successful>false</Successful>
		<ViolatesAssertion>Binding-0058</ViolatesAssertion>
	</ExpectedResults>
	<Version>1.0</Version>
	<Contributor>
		<Name>Chathura Herath</Name>
		<Affiliation>Indiana University, Extreme!! Lab</Affiliation>
		<EMail>cherath@cs.indiana.edu</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/2006/CR-wsdl20-20060327/#BindingFault-0058</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:whttp="http://www.w3.org/2006/01/wsdl/http"
	xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions"
	xmlns:xs="http://www.w3.org/2001/XMLSchema">

	<wsdl:documentation>
		This test shows an invalid use of the Binding Faults where
		Multiple Binding Faults 
	</wsdl:documentation>

	<wsdl:types>
		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
			elementFormDefault="qualified"
			targetNamespace="http://example.org/Echo">
			<xsd:element name="Echo" type="xsd:string" />
			<xsd:element name="EchoResponse" type="xsd:string" />
			<xsd:element name="EchoFault" type="xsd:string" />
		</xsd:schema>
	</wsdl:types>

	<wsdl:interface name="EchoInterface">
		<wsdl:operation name="echo"
			pattern="http://www.w3.org/2006/01/wsdl/in-out" wsdlx:safe="true">
			<wsdl:input element="tns:Echo" />
			<wsdl:output element="tns:EchoResponse" />
		</wsdl:operation>
		<wsdl:fault name="EchoFault" element="tns:EchoFault" />
	</wsdl:interface>

	<wsdl:binding name="EchoHTTPBinding" interface="tns:EchoInterface"
		type="http://www.w3.org/2006/01/wsdl/http" whttp:version="1.1">
		<wsdl:operation ref="tns:echo" whttp:method="GET" />
		<wsdl:fault ref="tns:EchoFault" whttp:code="4000004"/>
		<wsdl:fault ref="tns:EchoFault" whttp:code="4000005"/>
	</wsdl:binding>


	
	
</wsdl:description>

Received on Tuesday, 11 July 2006 02:39:29 UTC