<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.amdcc.org/webservices/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.amdcc.org/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A Web Service that exposes methods of the PhenotypeAssay Manager class of the AMDCC Object Model</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.amdcc.org/webservices/">
      <s:element name="GetPhenotypeAssay">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="PhenotypeAssayID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPhenotypeAssayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPhenotypeAssayResult" type="tns:PhenotypeAssay" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="PhenotypeAssay">
        <s:complexContent mixed="false">
          <s:extension base="tns:IDObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="IsCategorical" type="s:boolean" />
              <s:element minOccurs="0" maxOccurs="1" name="Abbreviation" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Unit" type="tns:DataUnit" />
              <s:element minOccurs="1" maxOccurs="1" name="MinValue" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="MaxValue" type="s:double" />
              <s:element minOccurs="1" maxOccurs="1" name="SampleSourceID" type="tns:ID" />
              <s:element minOccurs="0" maxOccurs="1" name="SampleSourceName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Protocol" type="tns:Protocol" />
              <s:element minOccurs="0" maxOccurs="1" name="ModelTypes" type="tns:ArrayOfID" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="IDObject" abstract="true">
        <s:complexContent mixed="false">
          <s:extension base="tns:Object" />
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Object" abstract="true" />
      <s:complexType name="Protocol">
        <s:complexContent mixed="false">
          <s:extension base="tns:IDObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="TypeName" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="Version" type="s:short" />
              <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="DataUnit">
        <s:complexContent mixed="false">
          <s:extension base="tns:IDObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Symbol" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ID" />
      <s:complexType name="ArrayOfID">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ID" type="tns:ID" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetPhenotypeAssays">
        <s:complexType />
      </s:element>
      <s:element name="GetPhenotypeAssaysResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPhenotypeAssaysResult" type="tns:ArrayOfPhenotypeAssay" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfPhenotypeAssay">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="PhenotypeAssay" nillable="true" type="tns:PhenotypeAssay" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetPhenotypeAssaysBySearch">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="phenotypeAssaySearch" type="tns:PhenotypeAssaySearch" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="PhenotypeAssaySearch">
        <s:complexContent mixed="false">
          <s:extension base="tns:ObjectSearch">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="GroupID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="StartsWith" type="s:boolean" />
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="AbbreviationStartsWith" type="s:boolean" />
              <s:element minOccurs="0" maxOccurs="1" name="Abbreviation" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="IsConsortium" type="s:boolean" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ObjectSearch" abstract="true" />
      <s:element name="GetPhenotypeAssaysBySearchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPhenotypeAssaysBySearchResult" type="tns:ArrayOfPhenotypeAssay" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPhenotypeAssayModelTypes">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="PhenotypeAssayID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPhenotypeAssayModelTypesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPhenotypeAssayModelTypesResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetPhenotypeAssaySoapIn">
    <wsdl:part name="parameters" element="tns:GetPhenotypeAssay" />
  </wsdl:message>
  <wsdl:message name="GetPhenotypeAssaySoapOut">
    <wsdl:part name="parameters" element="tns:GetPhenotypeAssayResponse" />
  </wsdl:message>
  <wsdl:message name="GetPhenotypeAssaysSoapIn">
    <wsdl:part name="parameters" element="tns:GetPhenotypeAssays" />
  </wsdl:message>
  <wsdl:message name="GetPhenotypeAssaysSoapOut">
    <wsdl:part name="parameters" element="tns:GetPhenotypeAssaysResponse" />
  </wsdl:message>
  <wsdl:message name="GetPhenotypeAssaysBySearchSoapIn">
    <wsdl:part name="parameters" element="tns:GetPhenotypeAssaysBySearch" />
  </wsdl:message>
  <wsdl:message name="GetPhenotypeAssaysBySearchSoapOut">
    <wsdl:part name="parameters" element="tns:GetPhenotypeAssaysBySearchResponse" />
  </wsdl:message>
  <wsdl:message name="GetPhenotypeAssayModelTypesSoapIn">
    <wsdl:part name="parameters" element="tns:GetPhenotypeAssayModelTypes" />
  </wsdl:message>
  <wsdl:message name="GetPhenotypeAssayModelTypesSoapOut">
    <wsdl:part name="parameters" element="tns:GetPhenotypeAssayModelTypesResponse" />
  </wsdl:message>
  <wsdl:portType name="PhenoAssayWebServiceSoap">
    <wsdl:operation name="GetPhenotypeAssay">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return an PhenotypeAssay for the specified matching PhenotypeAssayID </wsdl:documentation>
      <wsdl:input message="tns:GetPhenotypeAssaySoapIn" />
      <wsdl:output message="tns:GetPhenotypeAssaySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPhenotypeAssays">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return a list of PhenotypeAssays</wsdl:documentation>
      <wsdl:input message="tns:GetPhenotypeAssaysSoapIn" />
      <wsdl:output message="tns:GetPhenotypeAssaysSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPhenotypeAssaysBySearch">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return a list of PhenotypeAssays that meet the optional PhenotypeAssay Search criteria</wsdl:documentation>
      <wsdl:input message="tns:GetPhenotypeAssaysBySearchSoapIn" />
      <wsdl:output message="tns:GetPhenotypeAssaysBySearchSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPhenotypeAssayModelTypes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated model types for a specified PhenotypeAssay</wsdl:documentation>
      <wsdl:input message="tns:GetPhenotypeAssayModelTypesSoapIn" />
      <wsdl:output message="tns:GetPhenotypeAssayModelTypesSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="PhenoAssayWebServiceSoap" type="tns:PhenoAssayWebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetPhenotypeAssay">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetPhenotypeAssay" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPhenotypeAssays">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetPhenotypeAssays" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPhenotypeAssaysBySearch">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetPhenotypeAssaysBySearch" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPhenotypeAssayModelTypes">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetPhenotypeAssayModelTypes" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="PhenoAssayWebServiceSoap12" type="tns:PhenoAssayWebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetPhenotypeAssay">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetPhenotypeAssay" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPhenotypeAssays">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetPhenotypeAssays" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPhenotypeAssaysBySearch">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetPhenotypeAssaysBySearch" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPhenotypeAssayModelTypes">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetPhenotypeAssayModelTypes" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="PhenoAssayWebService">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A Web Service that exposes methods of the PhenotypeAssay Manager class of the AMDCC Object Model</wsdl:documentation>
    <wsdl:port name="PhenoAssayWebServiceSoap" binding="tns:PhenoAssayWebServiceSoap">
      <soap:address location="http://www.amdcc.org/webservices/PhenoAssayWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="PhenoAssayWebServiceSoap12" binding="tns:PhenoAssayWebServiceSoap12">
      <soap12:address location="http://www.amdcc.org/webservices/PhenoAssayWebService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>