<?xml version = "1.0" encoding = "UTF-8"?>
<serviceDescriptions  xmlns="pd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="pd /C:/Documents and Settings/ytanoh/My Documents/taverna-1.4-old/plugins/pedro/services/model/common.xsd">
	<serviceDescription >
		<serviceName>Get_web_page_from_URL</serviceName>
		<serviceDescriptionText>Returns the contents of the webpage at base (if specified) + url</serviceDescriptionText>
		<operations >
			<serviceOperation >
				<operationName>Get_web_page_from_URL</operationName>
				<operationSpec>&lt;s:local xmlns:s=&quot;http://org.embl.ebi.escience/xscufl/0.1alpha&quot;&gt;org.embl.ebi.escience.scuflworkers.java.WebPageFetcher&lt;/s:local&gt;</operationSpec>
				<operationDescriptionText>Returns the contents of the webpage at base (if specified) + url.  For example, base="http://www.mygrid.org.uk" and url="/tools" or no value for base and url="http://www.mygrid.org.uk/tools" both return the HTML of the page at "http://www.mygrid.org.uk/tools".</operationDescriptionText>
				<operationCategory>net</operationCategory>
				<operationInputs >
					<parameter >
						<parameterName>url</parameterName>
						<parameterDescription>The URL of the web page to be retrieved, prefixed by base if present.  If base is not specified then this parameter must contain a full URL.  This is a mandatory parameter.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<semanticType>http://www.w3.org/XMLSchema#string</semanticType>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
                                                <mimeType>text/x-taverna-web-url</mimeType>
						<mandatory>true</mandatory>
					</parameter>
					<parameter >
						<parameterName>base</parameterName>
						<parameterDescription>The base of the URL for the web page to be retrieved.  If specified, the value is prefixed to the url parameter. This is an optional parameter.</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<semanticType>http://www.w3.org/XMLSchema#string</semanticType>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
                                                <mimeType>text/x-taverna-web-url</mimeType>
						<mandatory>false</mandatory>
					</parameter>

				</operationInputs>

				<operationOutputs >
					<parameter >
						<parameterName>contents</parameterName>
						<parameterDescription>The contents of the webpage at the URL (base + ) url.  The contents of the web page are returned as either a plain String or as an HTML document.  The format depends upon that of the source webpage..</parameterDescription>
						<isConfigurationParameter>false</isConfigurationParameter>
						<transportDataType>String</transportDataType>
						<collectionSemanticType>http://www.mygrid.org.uk/mygrid-moby-service#simpleParameter</collectionSemanticType>
                                                <mimeType>text/plain</mimeType>
                                                <mimeType>text/html</mimeType>
					</parameter>

				</operationOutputs>
			</serviceOperation>

		</operations>

		<serviceType>Local JAVA Widget</serviceType>
	</serviceDescription>

</serviceDescriptions>

