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

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

  <wsdl:portType name="get_DBLinks_From_PeaklistPortType">
          <wsdl:operation name="get_DBLinks_From_Peaklist">
                 <wsdl:input message="tns:get_DBLinks_From_PeaklistInput"/>
                 <wsdl:output message="tns:get_DBLinks_From_PeaklistOutput"/>
          </wsdl:operation>
  </wsdl:portType>
                
  <wsdl:binding name="get_DBLinks_From_PeaklistBinding" type="tns:get_DBLinks_From_PeaklistPortType">
          <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
          <wsdl:operation name="get_DBLinks_From_Peaklist"><!-- in essense, this is the name of the subroutine that is called -->
                 <wsdlsoap:operation soapAction='http://biomoby.org/#get_DBLinks_From_Peaklist' 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="get_DBLinks_From_PeaklistService">
          <wsdl:documentation>Authority: ipb-halle.de  -  query MassBank DB with peaklist (pairwise m/z and relative intensity) and retrieve DB links in following order: 1. KEGG, 2. PubChem compound, 3. InChI</wsdl:documentation>  <!-- service description goes here -->
          <wsdl:port name="get_DBLinks_From_PeaklistPort" binding="tns:get_DBLinks_From_PeaklistBinding">
                 <wsdlsoap:address location="http://msbi.ipb-halle.de/axis/services/get_DBLinks_From_Peaklist"/>    <!-- URL to service scriptname -->
          </wsdl:port>
  </wsdl:service>

</wsdl:definitions>



