<wsdl:definitions targetNamespace="http://www.ebi.ac.uk/alignment::blastn_ncbi::derived"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:impl="http://www.mygrid.ecs.soton.ac.uk/"
xmlns:xsd="http://schemas.xmlsoap.org/xsd/">
<wsdl:message name = "runRequest1">
<wsdl:part name="in0" type="xsd:string"/>
<wsdl:part name="in1" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="runResponse1" />
<wsdl:portType name="AnalysisWSAppLabImpl">
<wsdl:operation name="run" parameterOrder="in0 in1">
<wsdl:input message="impl:runRequest1" name="runRequest1" />
<wsdl:output message="impl:runResponse1" name="runResponse1" />
<wsdl:fault message="impl:SoaplabException" name="SoaplabException"/>
</wsdl:operation>
</wsdl:portType>
</wsdl:definitions>
--
SylviaWong - 16 Feb 2005
to top