<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl">
<types>
<xsd:schema targetNamespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="InputMass">
  <xsd:all>
   <xsd:element name="mass" type="xsd:decimal"/>
   <xsd:element name="ppm_error" type="xsd:decimal"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InputId">
  <xsd:all>
   <xsd:element name="id" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InputFormula">
  <xsd:all>
   <xsd:element name="formula" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="InputName">
  <xsd:all>
   <xsd:element name="name" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Contaminant">
  <xsd:all>
   <xsd:element name="id" type="xsd:string"/>
   <xsd:element name="exact_mass" type="xsd:string"/>
   <xsd:element name="exact_adduct_mass" type="xsd:string"/>
   <xsd:element name="mz" type="xsd:string"/>
   <xsd:element name="name" type="xsd:string"/>
   <xsd:element name="formula" type="xsd:string"/>
   <xsd:element name="ion_form" type="xsd:string"/>
   <xsd:element name="type_of_contaminant" type="xsd:string"/>
   <xsd:element name="instrument_type" type="xsd:string"/>
   <xsd:element name="instrument" type="xsd:string"/>
   <xsd:element name="chromatography" type="xsd:string"/>
   <xsd:element name="ion_source_type" type="xsd:string"/>
   <xsd:element name="measured_reference" type="xsd:string"/>
   <xsd:element name="theoretical_reference" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ResponseMsg">
  <xsd:all>
   <xsd:element name="status" type="xsd:string"/>
   <xsd:element name="message" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="Contaminants">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Contaminant[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="Types">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="ArrayOfTypes">
  <xsd:all>
   <xsd:element name="response" type="tns:ResponseMsg"/>
   <xsd:element name="return" type="tns:Types"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ArrayOfContaminants">
  <xsd:all>
   <xsd:element name="response" type="tns:ResponseMsg"/>
   <xsd:element name="return" type="tns:Contaminants"/>
  </xsd:all>
 </xsd:complexType>
</xsd:schema>
</types>
<message name="getContaminantsByExactMassRequest">
  <part name="input" type="tns:InputMass" /></message>
<message name="getContaminantsByExactMassResponse">
  <part name="return" type="tns:ArrayOfContaminants" /></message>
<message name="getContaminantsByExactAdductMassRequest">
  <part name="input" type="tns:InputMass" /></message>
<message name="getContaminantsByExactAdductMassResponse">
  <part name="return" type="tns:ArrayOfContaminants" /></message>
<message name="getContaminantsByFormulaRequest">
  <part name="input" type="tns:InputFormula" /></message>
<message name="getContaminantsByFormulaResponse">
  <part name="return" type="tns:ArrayOfContaminants" /></message>
<message name="getContaminantsByIdRequest">
  <part name="input" type="tns:InputId" /></message>
<message name="getContaminantsByIdResponse">
  <part name="return" type="tns:ArrayOfContaminants" /></message>
<message name="getContaminantsByNameRequest">
  <part name="input" type="tns:InputName" /></message>
<message name="getContaminantsByNameResponse">
  <part name="return" type="tns:ArrayOfContaminants" /></message>
<portType name="macondaPortType">
  <operation name="getContaminantsByExactMass">
    <input message="tns:getContaminantsByExactMassRequest"/>
    <output message="tns:getContaminantsByExactMassResponse"/>
  </operation>
  <operation name="getContaminantsByExactAdductMass">
    <input message="tns:getContaminantsByExactAdductMassRequest"/>
    <output message="tns:getContaminantsByExactAdductMassResponse"/>
  </operation>
  <operation name="getContaminantsByFormula">
    <input message="tns:getContaminantsByFormulaRequest"/>
    <output message="tns:getContaminantsByFormulaResponse"/>
  </operation>
  <operation name="getContaminantsById">
    <input message="tns:getContaminantsByIdRequest"/>
    <output message="tns:getContaminantsByIdResponse"/>
  </operation>
  <operation name="getContaminantsByName">
    <input message="tns:getContaminantsByNameRequest"/>
    <output message="tns:getContaminantsByNameResponse"/>
  </operation>
</portType>
<binding name="macondaBinding" type="tns:macondaPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="getContaminantsByExactMass">
    <soap:operation soapAction="http://www.maconda.bham.ac.uk/soap/maconda.php/getContaminantsByExactMass" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getContaminantsByExactAdductMass">
    <soap:operation soapAction="http://www.maconda.bham.ac.uk/soap/maconda.php/getContaminantsByExactAdductMass" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getContaminantsByFormula">
    <soap:operation soapAction="http://www.maconda.bham.ac.uk/soap/maconda.php/getContaminantsByFormula" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getContaminantsById">
    <soap:operation soapAction="http://www.maconda.bham.ac.uk/soap/maconda.php/getContaminantsById" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getContaminantsByName">
    <soap:operation soapAction="http://www.maconda.bham.ac.uk/soap/maconda.php/getContaminantsByName" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.maconda.birmingham.ac.uk/soap/maconda.php?wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="maconda">
  <port name="macondaPort" binding="tns:macondaBinding">
    <soap:address location="http://www.maconda.bham.ac.uk/soap/maconda.php"/>
  </port>
</service>
</definitions>