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

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

  <wsdl:portType name="ATH_Deletion_PredictionPortType">
          <wsdl:operation name="ATH_Deletion_Prediction">
                 <wsdl:input message="tns:ATH_Deletion_PredictionInput"/>
                 <wsdl:output message="tns:ATH_Deletion_PredictionOutput"/>
          </wsdl:operation>
  </wsdl:portType>
                
  <wsdl:binding name="ATH_Deletion_PredictionBinding" type="tns:ATH_Deletion_PredictionPortType">
          <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
          <wsdl:operation name="ATH_Deletion_Prediction"><!-- in essense, this is the name of the subroutine that is called -->
                 <wsdlsoap:operation soapAction='http://biomoby.org/#ATH_Deletion_Prediction' 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="ATH_Deletion_PredictionService">
          <wsdl:documentation>Authority: www.weigelworld.org  -  Retrieve deletions from 19 strains of Arabidopsis resequenced with whole genome oligonucleotide array from Perlegen Sciences.</wsdl:documentation>  <!-- service description goes here -->
          <wsdl:port name="ATH_Deletion_PredictionPort" binding="tns:ATH_Deletion_PredictionBinding">
                 <wsdlsoap:address location="http://biomoby.weigelworld.org/cgi-bin/dispatcher.cgi"/>    <!-- URL to service scriptname -->
          </wsdl:port>
  </wsdl:service>

</wsdl:definitions>



