2002/ws/desc/test-suite/documents/good/FlickrHTTP-1G flickr.wsdl,NONE,1.1 TestMetadata.xml,NONE,1.1 flickr.filename,NONE,1.1

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

Added Files:
	flickr.wsdl TestMetadata.xml flickr.filename 
Log Message:
Added FlickrHTTP-1G, updated interface inheritance in wsdl-xslt, regenerated results.

--- 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/FlickrHTTP-1G
	</Identifier>
	<Title>Good Document doc/lit</Title>
	<Purpose>Demonstrating the use of the HTTP binding for describing the Flickr service.</Purpose>
	<Description>Flickr API: http://www.flickr.com/services/api/</Description>
	<Status>accepted</Status>
	<SpecRef></SpecRef>
	<Preconditions>none</Preconditions>
	<Inputs>
		<Input role="root">flickr.wsdl</Input>
		<Input role="required-extension">http://www.w3.org/ns/wsdl/http</Input>
		<Input role="required-extension">http://www.w3.org/ns/wsdl-extensions</Input>
	</Inputs>
	<ExpectedResults>
		<Successful>true</Successful>
	</ExpectedResults>
	<Version>1.0</Version>
	<Contributor>
		<Name>Joanthan Marsh</Name>
		<Affiliation>WSO2</Affiliation>
		<EMail>jonathan@wso2.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: flickr.wsdl ---
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:description
	xmlns:wsdl="http://www.w3.org/ns/wsdl" 
	xmlns:whttp="http://www.w3.org/ns/wsdl/http"
	xmlns:wsdlx="http://www.w3.org/ns/wsdl-extensions"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:tns="http://wso2.org/repos/wso2/people/jonathan/flickr.wsdl"
	targetNamespace="http://wso2.org/repos/wso2/people/jonathan/flickr.wsdl">
	<wsdl:documentation>
		This WSDL 2.0 document describes the flickr "REST" api.
		
		Created by Jonathan Marsh, WSO2, jonathan@wso2.com
		see: http://wso2.org/repos/wso2/people/jonathan/
	</wsdl:documentation>
	<wsdl:types>
		<xs:schema>
			<xs:complexType name="flickrRequest">
				<xs:sequence>
					<xs:element name="api_key" type="xs:string"/>
[...2002 lines suppressed...]
			whttp:location="?method=flickr.test.login&amp;format=rest"/>
		<wsdl:operation ref="tns:flickr.test.null"
			whttp:location="?method=flickr.test.null&amp;format=rest"/>
		
		<wsdl:operation ref="tns:flickr.urls.getGroup"
			whttp:location="?method=flickr.urls.getGroup&amp;format=rest"/>
		<wsdl:operation ref="tns:flickr.urls.getUserPhotos"
			whttp:location="?method=flickr.urls.getUserPhotos&amp;format=rest"/>
		<wsdl:operation ref="tns:flickr.urls.getUserProfile"
			whttp:location="?method=flickr.urls.getUserProfile&amp;format=rest"/>
		<wsdl:operation ref="tns:flickr.urls.lookupGroup"
			whttp:location="?method=flickr.urls.goolupGroup&amp;format=rest"/>
		<wsdl:operation ref="tns:flickr.urls.lookupUser"
			whttp:location="?method=flickr.urls.lookupUser&amp;format=rest"/>
	</wsdl:binding>
	
	<wsdl:service name="flickrService" interface="tns:flickr">
		<wsdl:endpoint name="flickrREST" binding="tns:flickrHTTPBinding" address="http://api.flickr.com/services/rest/"/>
	</wsdl:service>
</wsdl:description>

--- NEW FILE: flickr.filename ---
<filename>FlickrHTTP-1G/flickr.wsdl</filename>

Received on Thursday, 19 April 2007 06:33:05 UTC