<?xml version="1.0"?>
<wsdl:definitions name="MOBY_Central_Generated_WSDL"
                targetNamespace="http://biomoby.org/Central.wsdl"
                xmlns:tns="http://biomoby.org/Central.wsdl"
                xmlns:xsd1="http://biomoby.org/CentralXSDs.xsd"
                xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                xmlns="http://schemas.xmlsoap.org/wsdl/"
                xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/">

                 
  <wsdl:message name="GeneMarkHMM_ArabidopsisInput">
          <wsdl:part name="data" type="xsd:string"/>
  </wsdl:message>

  <wsdl:message name="GeneMarkHMM_ArabidopsisOutput">
          <wsdl:part name="body" type="xsd:string"/>
  </wsdl:message>

  <wsdl:portType name="GeneMarkHMM_ArabidopsisPortType">
          <wsdl:operation name="GeneMarkHMM_Arabidopsis">
                 <wsdl:input message="tns:GeneMarkHMM_ArabidopsisInput"/>
                 <wsdl:output message="tns:GeneMarkHMM_ArabidopsisOutput"/>
          </wsdl:operation>
  </wsdl:portType>
                
  <wsdl:binding name="GeneMarkHMM_ArabidopsisBinding" type="tns:GeneMarkHMM_ArabidopsisPortType">
          <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
          <wsdl:operation name="GeneMarkHMM_Arabidopsis"><!-- in essense, this is the name of the subroutine that is called -->
                 <wsdlsoap:operation soapAction='http://biomoby.org/#GeneMarkHMM_Arabidopsis' style='rpc'/>
                 <wsdl:input>
                         <wsdlsoap:body use="encoded" namespace="http://biomoby.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
                 </wsdl:input>
                 <wsdl:output>
                         <wsdlsoap:body use="encoded" namespace="http://biomoby.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
                 </wsdl:output>
          </wsdl:operation>
  </wsdl:binding>
                
  <wsdl:service name="GeneMarkHMM_ArabidopsisService">
          <wsdl:documentation>Authority: bioinfo.icapture.ubc.ca  -  This service is a wrapper around the GeneMark.hmm CGI interface provided by opal.biology.gatech.edu.

It uses the Arabidopsis models as the default, and cannot be reconfigured.

The service consumes FASTA and provides the HTML output from the GeneMark.hmm website as its output.

</wsdl:documentation>  <!-- service description goes here -->
          <wsdl:port name="GeneMarkHMM_ArabidopsisPort" binding="tns:GeneMarkHMM_ArabidopsisBinding">
                 <wsdlsoap:address location="http://dev.biordf.net/~kawas/cgi-bin/EdMobyServer.cgi"/>    <!-- URL to service scriptname -->
          </wsdl:port>
  </wsdl:service>

</wsdl:definitions>



