<?xml version="1.0" encoding="UTF-8"?>
<!-- WSDL for http://sura-vims-pe6600-1.vims.edu/~drf/cgi-bin/oostech.cgi created by Pod::WSDL version: 0.03 on Thu Dec 29 11:21:18 2005 -->
<wsdl:definitions targetNamespace="http://sura-vims-pe6600-1.vims.edu/Demo" xmlns:impl="http://sura-vims-pe6600-1.vims.edu/Demo" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns1="http://sura-vims-pe6600-1.vims.edu/Demo">

	<wsdl:message name="hiRequest">
	</wsdl:message>

	<wsdl:message name="hiResponse">
		<wsdl:part name="hiReturn" type="xsd:string">
			<wsdl:documentation>The 'hello, world' string</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>

	<wsdl:message name="byeRequest">
	</wsdl:message>

	<wsdl:message name="byeResponse">
		<wsdl:part name="byeReturn" type="xsd:string">
			<wsdl:documentation>A goodbye string</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>

	<wsdl:message name="wsdlRequest">
	</wsdl:message>

	<wsdl:message name="wsdlResponse">
		<wsdl:part name="wsdlReturn" type="xsd:string">
			<wsdl:documentation>the wsdl</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>

	<wsdl:message name="getLatestRequest">
		<wsdl:part name="parameter" type="xsd:string">
			<wsdl:documentation>A parameter of interest</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="boundingBox" type="xsd:string">
			<wsdl:documentation>An optional bounding box to search</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>

	<wsdl:message name="getLatestResponse">
		<wsdl:part name="getLatestReturn" type="xsd:string">
			<wsdl:documentation>the latest parameter reading (Currently a constant)</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>

	<wsdl:message name="xmlGetLatestRequest">
		<wsdl:part name="parameter" type="xsd:string">
			<wsdl:documentation>A parameter of interest</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="boundingBox" type="xsd:string">
			<wsdl:documentation>XML descriptor of the bounding box to search.</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>

	<wsdl:message name="xmlGetLatestResponse">
		<wsdl:part name="xmlGetLatestReturn" type="xsd:string">
			<wsdl:documentation>XML containing ioosData.xml of the lastest parameter data in the boundingbox</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>

	<wsdl:message name="getLatestV20051219Request">
		<wsdl:part name="parameter" type="xsd:string">
			<wsdl:documentation>A parameter of interest</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="boundingBox" type="xsd:string">
			<wsdl:documentation>XML descriptor of the bounding box to search.</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>

	<wsdl:message name="getLatestV20051219Response">
		<wsdl:part name="getLatestV20051219Return" type="xsd:string">
			<wsdl:documentation>XML containing ioosData.xml of the lastest parameter data in the boundingbox. From the oostech definition team emails.</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>

	<wsdl:portType name="myServiceHandler">
		<wsdl:operation name="hi" parameterOrder="">
			<wsdl:input message="impl:hiRequest" name="hiRequest" />
			<wsdl:output message="impl:hiResponse" name="hiResponse" />
		</wsdl:operation>

		<wsdl:operation name="bye" parameterOrder="">
			<wsdl:input message="impl:byeRequest" name="byeRequest" />
			<wsdl:output message="impl:byeResponse" name="byeResponse" />
		</wsdl:operation>

		<wsdl:operation name="wsdl" parameterOrder="">
			<wsdl:input message="impl:wsdlRequest" name="wsdlRequest" />
			<wsdl:output message="impl:wsdlResponse" name="wsdlResponse" />
		</wsdl:operation>

		<wsdl:operation name="getLatest" parameterOrder="parameter boundingBox">
			<wsdl:input message="impl:getLatestRequest" name="getLatestRequest" />
			<wsdl:output message="impl:getLatestResponse" name="getLatestResponse" />
		</wsdl:operation>

		<wsdl:operation name="xmlGetLatest" parameterOrder="parameter boundingBox">
			<wsdl:input message="impl:xmlGetLatestRequest" name="xmlGetLatestRequest" />
			<wsdl:output message="impl:xmlGetLatestResponse" name="xmlGetLatestResponse" />
		</wsdl:operation>

		<wsdl:operation name="getLatestV20051219" parameterOrder="parameter boundingBox">
			<wsdl:input message="impl:getLatestV20051219Request" name="getLatestV20051219Request" />
			<wsdl:output message="impl:getLatestV20051219Response" name="getLatestV20051219Response" />
		</wsdl:operation>

	</wsdl:portType>

	<wsdl:binding name="myServiceSoapBinding" type="impl:myServiceHandler">
		<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />

		<wsdl:operation name="hi">
			<wsdlsoap:operation soapAction="" />
			<wsdl:input name="hiRequest">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:input>
			<wsdl:output name="hiResponse">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:output>
		</wsdl:operation>

		<wsdl:operation name="bye">
			<wsdlsoap:operation soapAction="" />
			<wsdl:input name="byeRequest">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:input>
			<wsdl:output name="byeResponse">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:output>
		</wsdl:operation>

		<wsdl:operation name="wsdl">
			<wsdlsoap:operation soapAction="" />
			<wsdl:input name="wsdlRequest">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:input>
			<wsdl:output name="wsdlResponse">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:output>
		</wsdl:operation>

		<wsdl:operation name="getLatest">
			<wsdlsoap:operation soapAction="" />
			<wsdl:input name="getLatestRequest">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:input>
			<wsdl:output name="getLatestResponse">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:output>
		</wsdl:operation>

		<wsdl:operation name="xmlGetLatest">
			<wsdlsoap:operation soapAction="" />
			<wsdl:input name="xmlGetLatestRequest">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:input>
			<wsdl:output name="xmlGetLatestResponse">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:output>
		</wsdl:operation>

		<wsdl:operation name="getLatestV20051219">
			<wsdlsoap:operation soapAction="" />
			<wsdl:input name="getLatestV20051219Request">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:input>
			<wsdl:output name="getLatestV20051219Response">
				<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://sura-vims-pe6600-1.vims.edu/Demo" use="encoded" />
			</wsdl:output>
		</wsdl:operation>

	</wsdl:binding>

	<wsdl:service name="myServiceHandlerService">
		<wsdl:port binding="impl:myServiceSoapBinding" name="myService">
			<wsdlsoap:address location="http://sura-vims-pe6600-1.vims.edu/~drf/cgi-bin/oostech.cgi" />
		</wsdl:port>
	</wsdl:service>

</wsdl:definitions>
