<?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 Strain Manager class of the AMDCC Object Model</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.amdcc.org/webservices/">
      <s:element name="GetStrain">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="StrainID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetStrainResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetStrainResult" type="tns:Strain" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Strain">
        <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="CommonName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="StrainDescription" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Species" type="tns:Species" />
              <s:element minOccurs="0" maxOccurs="1" name="MaternalStrainName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="PaternalStrainName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="BackgroundStrainName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="BreedingProtocol" type="tns:Protocol" />
              <s:element minOccurs="0" maxOccurs="1" name="TreatmentProtocol" type="tns:Protocol" />
              <s:element minOccurs="0" maxOccurs="1" name="PhenotypeDescription" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="CreationMethodName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="DevelopmentStatusName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="BreedingTypeName" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="IsStandardFavorite" type="s:boolean" />
              <s:element minOccurs="1" maxOccurs="1" name="IsPublic" type="s:boolean" />
              <s:element minOccurs="1" maxOccurs="1" name="MaleCount" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="FemaleCount" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="UnknownCount" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="BreedingGenerations" type="s:short" />
            </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="Species">
        <s:complexContent mixed="false">
          <s:extension base="tns:IDObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="GetStrains">
        <s:complexType />
      </s:element>
      <s:element name="GetStrainsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetStrainsResult" type="tns:ArrayOfStrain" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfStrain">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Strain" nillable="true" type="tns:Strain" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetStrainsBySearch">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="StrainSearch" type="tns:StrainSearch" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="StrainSearch">
        <s:complexContent mixed="false">
          <s:extension base="tns:ObjectSearch">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="SpeciesID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="InvestigatorID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="PublicationID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="CreationMethodID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="DevelopmentStatusID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="MaternalStrainID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="PaternalStrainID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="IsConsortium" type="s:boolean" />
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="CenterName" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="StartsWith" type="s:boolean" />
              <s:element minOccurs="1" maxOccurs="1" name="HasModels" type="s:boolean" />
              <s:element minOccurs="1" maxOccurs="1" name="HasPhenotypeData" type="s:boolean" />
              <s:element minOccurs="1" maxOccurs="1" name="CreatedFromDate" type="s:dateTime" />
              <s:element minOccurs="1" maxOccurs="1" name="CreatedToDate" type="s:dateTime" />
              <s:element minOccurs="1" maxOccurs="1" name="OrderBy" type="s:unsignedByte" />
              <s:element minOccurs="1" maxOccurs="1" name="RowCount" type="s:int" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ObjectSearch" abstract="true" />
      <s:complexType name="ID" />
      <s:element name="GetStrainsBySearchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetStrainsBySearchResult" type="tns:ArrayOfStrain" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetStrainExperiments">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="StrainID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetStrainExperimentsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetStrainExperimentsResult" type="tns:ArrayOfExperiment" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfExperiment">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Experiment" nillable="true" type="tns:Experiment" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Experiment">
        <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="TypeName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Species" type="tns:Species" />
              <s:element minOccurs="0" maxOccurs="1" name="ModelTypeName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="AnimalAgeUnit" type="tns:DataUnit" />
              <s:element minOccurs="0" maxOccurs="1" name="StatusName" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="PublicReleaseDate" type="s:dateTime" />
              <s:element minOccurs="1" maxOccurs="1" name="MaleCount" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="FemaleCount" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="HistologyCount" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="BioAssayCount" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="PhenotypeDatumCount" type="s:int" />
            </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:schema>
  </wsdl:types>
  <wsdl:message name="GetStrainSoapIn">
    <wsdl:part name="parameters" element="tns:GetStrain" />
  </wsdl:message>
  <wsdl:message name="GetStrainSoapOut">
    <wsdl:part name="parameters" element="tns:GetStrainResponse" />
  </wsdl:message>
  <wsdl:message name="GetStrainsSoapIn">
    <wsdl:part name="parameters" element="tns:GetStrains" />
  </wsdl:message>
  <wsdl:message name="GetStrainsSoapOut">
    <wsdl:part name="parameters" element="tns:GetStrainsResponse" />
  </wsdl:message>
  <wsdl:message name="GetStrainsBySearchSoapIn">
    <wsdl:part name="parameters" element="tns:GetStrainsBySearch" />
  </wsdl:message>
  <wsdl:message name="GetStrainsBySearchSoapOut">
    <wsdl:part name="parameters" element="tns:GetStrainsBySearchResponse" />
  </wsdl:message>
  <wsdl:message name="GetStrainExperimentsSoapIn">
    <wsdl:part name="parameters" element="tns:GetStrainExperiments" />
  </wsdl:message>
  <wsdl:message name="GetStrainExperimentsSoapOut">
    <wsdl:part name="parameters" element="tns:GetStrainExperimentsResponse" />
  </wsdl:message>
  <wsdl:portType name="StrainWebServiceSoap">
    <wsdl:operation name="GetStrain">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return an Strain for the specified matching StrainID </wsdl:documentation>
      <wsdl:input message="tns:GetStrainSoapIn" />
      <wsdl:output message="tns:GetStrainSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetStrains">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return a list of Strains</wsdl:documentation>
      <wsdl:input message="tns:GetStrainsSoapIn" />
      <wsdl:output message="tns:GetStrainsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetStrainsBySearch">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return a list of Strains that meet the optional StrainSearch criteria</wsdl:documentation>
      <wsdl:input message="tns:GetStrainsBySearchSoapIn" />
      <wsdl:output message="tns:GetStrainsBySearchSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetStrainExperiments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated experiments for a specified Strain</wsdl:documentation>
      <wsdl:input message="tns:GetStrainExperimentsSoapIn" />
      <wsdl:output message="tns:GetStrainExperimentsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="StrainWebServiceSoap" type="tns:StrainWebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetStrain">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetStrain" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetStrains">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetStrains" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetStrainsBySearch">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetStrainsBySearch" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetStrainExperiments">
      <soap:operation soapAction="http://www.amdcc.org/webservices/GetStrainExperiments" 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="StrainWebServiceSoap12" type="tns:StrainWebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetStrain">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetStrain" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetStrains">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetStrains" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetStrainsBySearch">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetStrainsBySearch" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetStrainExperiments">
      <soap12:operation soapAction="http://www.amdcc.org/webservices/GetStrainExperiments" 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="StrainWebService">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A Web Service that exposes methods of the Strain Manager class of the AMDCC Object Model</wsdl:documentation>
    <wsdl:port name="StrainWebServiceSoap" binding="tns:StrainWebServiceSoap">
      <soap:address location="http://www.amdcc.org/webservices/StrainWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="StrainWebServiceSoap12" binding="tns:StrainWebServiceSoap12">
      <soap12:address location="http://www.amdcc.org/webservices/StrainWebService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>