<?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="VMatchForArabidopsisInput">
          <wsdl:part name="data" type="xsd:string"/>
  </wsdl:message>

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

  <wsdl:portType name="VMatchForArabidopsisPortType">
          <wsdl:operation name="VMatchForArabidopsis">
                 <wsdl:input message="tns:VMatchForArabidopsisInput"/>
                 <wsdl:output message="tns:VMatchForArabidopsisOutput"/>
          </wsdl:operation>
  </wsdl:portType>
                
  <wsdl:binding name="VMatchForArabidopsisBinding" type="tns:VMatchForArabidopsisPortType">
          <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
          <wsdl:operation name="VMatchForArabidopsis"><!-- in essense, this is the name of the subroutine that is called -->
                 <wsdlsoap:operation soapAction='http://biomoby.org/#VMatchForArabidopsis' 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="VMatchForArabidopsisService">
          <wsdl:documentation>Authority: plantgdb.org  -  This service receives as input a DNA sequence, an integer parameter indicating the maximum number of acceptable mismatches, the length value representing the minimum match length and arabidopsis index to search (Valid  values are: ATexon and ATgene). Using Vmatch, a versatile software tool for efficiently solving large scale sequence matching tasks (http://www.vmatch.de/), the sequence is "matched" against the selected arabidopsis index and returns the list of  "matches" (i.e. locations) in BasicGFFSequenceFeature objects.  Seed length is set to 8.  Important note: results limited to MAX_RESULTS (currently set to 750)</wsdl:documentation>  <!-- service description goes here -->
          <wsdl:port name="VMatchForArabidopsisPort" binding="tns:VMatchForArabidopsisBinding">
                 <wsdlsoap:address location="http://biota.usd.edu:8080/axis/services/VMatchForArabidopsis"/>    <!-- URL to service scriptname -->
          </wsdl:port>
  </wsdl:service>

</wsdl:definitions>



