<?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.diacomp.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.diacomp.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 Animal Manager class of the DiaComp Object Model</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.diacomp.org/webservices/">
      <s:element name="GetAnimal">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AnimalID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAnimalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAnimalResult" type="tns:Animal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Animal">
        <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="Sex" type="tns:Sex" />
              <s:element minOccurs="1" maxOccurs="1" name="RaceID" type="tns:ID" />
              <s:element minOccurs="0" maxOccurs="1" name="RaceName" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="BirthDate" type="s:dateTime" />
              <s:element minOccurs="1" maxOccurs="1" name="DeathDate" type="s:dateTime" />
              <s:element minOccurs="1" maxOccurs="1" name="ConsortiumID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="IsIndividual" type="s:boolean" />
            </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:simpleType name="Sex">
        <s:restriction base="s:string">
          <s:enumeration value="Male" />
          <s:enumeration value="Female" />
          <s:enumeration value="Unknown" />
        </s:restriction>
      </s:simpleType>
      <s:complexType name="ID" />
      <s:element name="GetAnimals">
        <s:complexType />
      </s:element>
      <s:element name="GetAnimalsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAnimalsResult" type="tns:ArrayOfAnimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfAnimal">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Animal" nillable="true" type="tns:Animal" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetAnimalsBySearch">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Search" type="tns:AnimalSearch" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="AnimalSearch">
        <s:complexContent mixed="false">
          <s:extension base="tns:ObjectSearch">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="InvestigatorID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="StrainID" type="tns:ID" />
              <s:element minOccurs="0" maxOccurs="1" name="ExternalAnimalID" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="StartsWith" type="s:boolean" />
              <s:element minOccurs="1" maxOccurs="1" name="SpeciesID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="RaceID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="ExperimentID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="Sex" type="tns:Sex" />
              <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="NotInExperiment" type="s:boolean" />
              <s:element minOccurs="1" maxOccurs="1" name="IsNIDDKAZ" 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:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ObjectSearch" abstract="true" />
      <s:element name="GetAnimalsBySearchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAnimalsBySearchResult" type="tns:ArrayOfAnimal" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAnimalPhenoAssays">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AnimalID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAnimalPhenoAssaysResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAnimalPhenoAssaysResult" 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: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="DataUnit">
        <s:complexContent mixed="false">
          <s:extension base="tns:IDObject">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="TypeID" type="tns:ID" />
              <s:element minOccurs="0" maxOccurs="1" name="TypeName" type="s:string" />
              <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="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="ArrayOfID">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ID" type="tns:ID" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetAnimalModels">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AnimalID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAnimalModelsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAnimalModelsResult" type="tns:ArrayOfModel" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfModel">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Model" nillable="true" type="tns:Model" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Model">
        <s:complexContent mixed="false">
          <s:extension base="tns:IDObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Strain" type="tns:Strain" />
              <s:element minOccurs="0" maxOccurs="1" name="Investigators" type="tns:ArrayOfInvestigator" />
              <s:element minOccurs="1" maxOccurs="1" name="TypeID" type="tns:ID" />
              <s:element minOccurs="0" maxOccurs="1" name="TypeName" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="DiabetesTypeID" type="tns:ID" />
              <s:element minOccurs="0" maxOccurs="1" name="DiabetesTypeName" type="s:string" />
              <s:element minOccurs="1" maxOccurs="1" name="DevelopmentStatusID" type="tns:ID" />
              <s:element minOccurs="0" maxOccurs="1" name="DevelopmentStatusName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="DiabetesInduction" type="tns:Protocol" />
              <s:element minOccurs="0" maxOccurs="1" name="ComplicationInduction" type="tns:Protocol" />
              <s:element minOccurs="0" maxOccurs="1" name="PhenotypeDescription" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="History" type="tns:ObjectHistory" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <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="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="ConsortiumID" type="tns:ID" />
              <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="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:complexType name="ArrayOfInvestigator">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Investigator" nillable="true" type="tns:Investigator" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Investigator">
        <s:complexContent mixed="false">
          <s:extension base="tns:Member">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="PrincipalInvestigatorID" type="tns:ID" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Member">
        <s:complexContent mixed="false">
          <s:extension base="tns:IDObject">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Institution" type="tns:Institution" />
              <s:element minOccurs="0" maxOccurs="1" name="Laboratory" type="tns:Laboratory" />
              <s:element minOccurs="0" maxOccurs="1" name="TitleName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="ExpertiseName" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Institution">
        <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="Url" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="Laboratory">
        <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="Url" type="s:string" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ObjectHistory">
        <s:complexContent mixed="false">
          <s:extension base="tns:Object">
            <s:sequence>
              <s:element minOccurs="1" maxOccurs="1" name="CreationID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="LastModifyID" type="tns:ID" />
              <s:element minOccurs="1" maxOccurs="1" name="CreationDate" type="s:dateTime" />
              <s:element minOccurs="1" maxOccurs="1" name="LastModifyDate" type="s:dateTime" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="GetAnimalExperiments">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AnimalID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAnimalExperimentsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAnimalExperimentsResult" 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:element minOccurs="0" maxOccurs="1" name="Documents" type="tns:ArrayOfDocument" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ArrayOfDocument">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Document" nillable="true" type="tns:Document" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Document">
        <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="DocTypeName" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="Data" type="s:base64Binary" />
              <s:element minOccurs="1" maxOccurs="1" name="Year" type="s:int" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:element name="Animal" nillable="true" type="tns:Animal" />
      <s:element name="ArrayOfAnimal" nillable="true" type="tns:ArrayOfAnimal" />
      <s:element name="ArrayOfPhenotypeAssay" nillable="true" type="tns:ArrayOfPhenotypeAssay" />
      <s:element name="ArrayOfModel" nillable="true" type="tns:ArrayOfModel" />
      <s:element name="ArrayOfExperiment" nillable="true" type="tns:ArrayOfExperiment" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetAnimalSoapIn">
    <wsdl:part name="parameters" element="tns:GetAnimal" />
  </wsdl:message>
  <wsdl:message name="GetAnimalSoapOut">
    <wsdl:part name="parameters" element="tns:GetAnimalResponse" />
  </wsdl:message>
  <wsdl:message name="GetAnimalsSoapIn">
    <wsdl:part name="parameters" element="tns:GetAnimals" />
  </wsdl:message>
  <wsdl:message name="GetAnimalsSoapOut">
    <wsdl:part name="parameters" element="tns:GetAnimalsResponse" />
  </wsdl:message>
  <wsdl:message name="GetAnimalsBySearchSoapIn">
    <wsdl:part name="parameters" element="tns:GetAnimalsBySearch" />
  </wsdl:message>
  <wsdl:message name="GetAnimalsBySearchSoapOut">
    <wsdl:part name="parameters" element="tns:GetAnimalsBySearchResponse" />
  </wsdl:message>
  <wsdl:message name="GetAnimalPhenoAssaysSoapIn">
    <wsdl:part name="parameters" element="tns:GetAnimalPhenoAssays" />
  </wsdl:message>
  <wsdl:message name="GetAnimalPhenoAssaysSoapOut">
    <wsdl:part name="parameters" element="tns:GetAnimalPhenoAssaysResponse" />
  </wsdl:message>
  <wsdl:message name="GetAnimalModelsSoapIn">
    <wsdl:part name="parameters" element="tns:GetAnimalModels" />
  </wsdl:message>
  <wsdl:message name="GetAnimalModelsSoapOut">
    <wsdl:part name="parameters" element="tns:GetAnimalModelsResponse" />
  </wsdl:message>
  <wsdl:message name="GetAnimalExperimentsSoapIn">
    <wsdl:part name="parameters" element="tns:GetAnimalExperiments" />
  </wsdl:message>
  <wsdl:message name="GetAnimalExperimentsSoapOut">
    <wsdl:part name="parameters" element="tns:GetAnimalExperimentsResponse" />
  </wsdl:message>
  <wsdl:message name="GetAnimalHttpGetIn">
    <wsdl:part name="AnimalID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAnimalHttpGetOut">
    <wsdl:part name="Body" element="tns:Animal" />
  </wsdl:message>
  <wsdl:message name="GetAnimalsHttpGetIn" />
  <wsdl:message name="GetAnimalsHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfAnimal" />
  </wsdl:message>
  <wsdl:message name="GetAnimalPhenoAssaysHttpGetIn">
    <wsdl:part name="AnimalID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAnimalPhenoAssaysHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfPhenotypeAssay" />
  </wsdl:message>
  <wsdl:message name="GetAnimalModelsHttpGetIn">
    <wsdl:part name="AnimalID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAnimalModelsHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfModel" />
  </wsdl:message>
  <wsdl:message name="GetAnimalExperimentsHttpGetIn">
    <wsdl:part name="AnimalID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAnimalExperimentsHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfExperiment" />
  </wsdl:message>
  <wsdl:message name="GetAnimalHttpPostIn">
    <wsdl:part name="AnimalID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAnimalHttpPostOut">
    <wsdl:part name="Body" element="tns:Animal" />
  </wsdl:message>
  <wsdl:message name="GetAnimalsHttpPostIn" />
  <wsdl:message name="GetAnimalsHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfAnimal" />
  </wsdl:message>
  <wsdl:message name="GetAnimalPhenoAssaysHttpPostIn">
    <wsdl:part name="AnimalID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAnimalPhenoAssaysHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfPhenotypeAssay" />
  </wsdl:message>
  <wsdl:message name="GetAnimalModelsHttpPostIn">
    <wsdl:part name="AnimalID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAnimalModelsHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfModel" />
  </wsdl:message>
  <wsdl:message name="GetAnimalExperimentsHttpPostIn">
    <wsdl:part name="AnimalID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetAnimalExperimentsHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfExperiment" />
  </wsdl:message>
  <wsdl:portType name="AnimalWebServiceSoap">
    <wsdl:operation name="GetAnimal">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return an Animal for the specified matching AnimalID </wsdl:documentation>
      <wsdl:input message="tns:GetAnimalSoapIn" />
      <wsdl:output message="tns:GetAnimalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimals">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return a list of Animals</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalsSoapIn" />
      <wsdl:output message="tns:GetAnimalsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimalsBySearch">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return a list of Animals that meet the optional search criteria</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalsBySearchSoapIn" />
      <wsdl:output message="tns:GetAnimalsBySearchSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimalPhenoAssays">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated Phenotype Assays for a specified animal</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalPhenoAssaysSoapIn" />
      <wsdl:output message="tns:GetAnimalPhenoAssaysSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimalModels">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated models for a specified animal</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalModelsSoapIn" />
      <wsdl:output message="tns:GetAnimalModelsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimalExperiments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated experiments for a specified animal</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalExperimentsSoapIn" />
      <wsdl:output message="tns:GetAnimalExperimentsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="AnimalWebServiceHttpGet">
    <wsdl:operation name="GetAnimal">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return an Animal for the specified matching AnimalID </wsdl:documentation>
      <wsdl:input message="tns:GetAnimalHttpGetIn" />
      <wsdl:output message="tns:GetAnimalHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimals">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return a list of Animals</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalsHttpGetIn" />
      <wsdl:output message="tns:GetAnimalsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimalPhenoAssays">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated Phenotype Assays for a specified animal</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalPhenoAssaysHttpGetIn" />
      <wsdl:output message="tns:GetAnimalPhenoAssaysHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimalModels">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated models for a specified animal</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalModelsHttpGetIn" />
      <wsdl:output message="tns:GetAnimalModelsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimalExperiments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated experiments for a specified animal</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalExperimentsHttpGetIn" />
      <wsdl:output message="tns:GetAnimalExperimentsHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="AnimalWebServiceHttpPost">
    <wsdl:operation name="GetAnimal">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return an Animal for the specified matching AnimalID </wsdl:documentation>
      <wsdl:input message="tns:GetAnimalHttpPostIn" />
      <wsdl:output message="tns:GetAnimalHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimals">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return a list of Animals</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalsHttpPostIn" />
      <wsdl:output message="tns:GetAnimalsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimalPhenoAssays">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated Phenotype Assays for a specified animal</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalPhenoAssaysHttpPostIn" />
      <wsdl:output message="tns:GetAnimalPhenoAssaysHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimalModels">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated models for a specified animal</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalModelsHttpPostIn" />
      <wsdl:output message="tns:GetAnimalModelsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAnimalExperiments">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This method will return the list of associated experiments for a specified animal</wsdl:documentation>
      <wsdl:input message="tns:GetAnimalExperimentsHttpPostIn" />
      <wsdl:output message="tns:GetAnimalExperimentsHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="AnimalWebServiceSoap" type="tns:AnimalWebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAnimal">
      <soap:operation soapAction="http://www.diacomp.org/webservices/GetAnimal" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimals">
      <soap:operation soapAction="http://www.diacomp.org/webservices/GetAnimals" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalsBySearch">
      <soap:operation soapAction="http://www.diacomp.org/webservices/GetAnimalsBySearch" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalPhenoAssays">
      <soap:operation soapAction="http://www.diacomp.org/webservices/GetAnimalPhenoAssays" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalModels">
      <soap:operation soapAction="http://www.diacomp.org/webservices/GetAnimalModels" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalExperiments">
      <soap:operation soapAction="http://www.diacomp.org/webservices/GetAnimalExperiments" 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="AnimalWebServiceSoap12" type="tns:AnimalWebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAnimal">
      <soap12:operation soapAction="http://www.diacomp.org/webservices/GetAnimal" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimals">
      <soap12:operation soapAction="http://www.diacomp.org/webservices/GetAnimals" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalsBySearch">
      <soap12:operation soapAction="http://www.diacomp.org/webservices/GetAnimalsBySearch" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalPhenoAssays">
      <soap12:operation soapAction="http://www.diacomp.org/webservices/GetAnimalPhenoAssays" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalModels">
      <soap12:operation soapAction="http://www.diacomp.org/webservices/GetAnimalModels" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalExperiments">
      <soap12:operation soapAction="http://www.diacomp.org/webservices/GetAnimalExperiments" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="AnimalWebServiceHttpGet" type="tns:AnimalWebServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetAnimal">
      <http:operation location="/GetAnimal" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimals">
      <http:operation location="/GetAnimals" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalPhenoAssays">
      <http:operation location="/GetAnimalPhenoAssays" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalModels">
      <http:operation location="/GetAnimalModels" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalExperiments">
      <http:operation location="/GetAnimalExperiments" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="AnimalWebServiceHttpPost" type="tns:AnimalWebServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetAnimal">
      <http:operation location="/GetAnimal" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimals">
      <http:operation location="/GetAnimals" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalPhenoAssays">
      <http:operation location="/GetAnimalPhenoAssays" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalModels">
      <http:operation location="/GetAnimalModels" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAnimalExperiments">
      <http:operation location="/GetAnimalExperiments" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="AnimalWebService">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A Web Service that exposes methods of the Animal Manager class of the DiaComp Object Model</wsdl:documentation>
    <wsdl:port name="AnimalWebServiceSoap" binding="tns:AnimalWebServiceSoap">
      <soap:address location="http://www.diacomp.org/webservices/AnimalWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="AnimalWebServiceSoap12" binding="tns:AnimalWebServiceSoap12">
      <soap12:address location="http://www.diacomp.org/webservices/AnimalWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="AnimalWebServiceHttpGet" binding="tns:AnimalWebServiceHttpGet">
      <http:address location="http://www.diacomp.org/webservices/AnimalWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="AnimalWebServiceHttpPost" binding="tns:AnimalWebServiceHttpPost">
      <http:address location="http://www.diacomp.org/webservices/AnimalWebService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>