BioAssayWebService


Click here for a complete list of operations.

GetBioAssayByName

This method will return a BioAssay for the specified BioAssay Name and Experiment id

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /webservices/BioAssayWebService.asmx HTTP/1.1
Host: www.amdcc.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.amdcc.org/webservices/GetBioAssayByName"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetBioAssayByName xmlns="http://www.amdcc.org/webservices/">
      <BioAssayName>string</BioAssayName>
      <ExpID>int</ExpID>
    </GetBioAssayByName>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetBioAssayByNameResponse xmlns="http://www.amdcc.org/webservices/">
      <GetBioAssayByNameResult>
        <Name>string</Name>
        <Creator>
          <Institution>
            <Name>string</Name>
            <Url>string</Url>
          </Institution>
          <Laboratory>
            <Name>string</Name>
            <Url>string</Url>
          </Laboratory>
          <TitleName>string</TitleName>
        </Creator>
        <Experiment>
          <Name>string</Name>
          <TypeName>string</TypeName>
          <Description>string</Description>
          <Species>
            <Name>string</Name>
          </Species>
          <ModelTypeName>string</ModelTypeName>
          <AnimalAgeUnit>
            <Name>string</Name>
            <Symbol>string</Symbol>
          </AnimalAgeUnit>
          <StatusName>string</StatusName>
          <PublicReleaseDate>dateTime</PublicReleaseDate>
          <MaleCount>int</MaleCount>
          <FemaleCount>int</FemaleCount>
          <HistologyCount>int</HistologyCount>
          <BioAssayCount>int</BioAssayCount>
          <PhenotypeDatumCount>int</PhenotypeDatumCount>
        </Experiment>
        <ArrayDesign>
          <Name>string</Name>
          <Version>string</Version>
          <PlatformTypeID />
          <PlatformTypeName>string</PlatformTypeName>
          <SurfaceTypeID />
          <SurfaceTypeName>string</SurfaceTypeName>
          <SubstrateTypeID />
          <SubstrateTypeName>string</SubstrateTypeName>
          <ManufacturerID />
          <ManufacturerName>string</ManufacturerName>
        </ArrayDesign>
        <Software>
          <Software>
            <Name>string</Name>
            <Version>string</Version>
            <TypeID xsi:nil="true" />
            <TypeName>string</TypeName>
            <ManufacturerID xsi:nil="true" />
            <ManufacturerName>string</ManufacturerName>
            <ReleaseDate>dateTime</ReleaseDate>
            <URI>string</URI>
          </Software>
          <Software>
            <Name>string</Name>
            <Version>string</Version>
            <TypeID xsi:nil="true" />
            <TypeName>string</TypeName>
            <ManufacturerID xsi:nil="true" />
            <ManufacturerName>string</ManufacturerName>
            <ReleaseDate>dateTime</ReleaseDate>
            <URI>string</URI>
          </Software>
        </Software>
        <Hardware>
          <Hardware>
            <TypeID xsi:nil="true" />
            <TypeName>string</TypeName>
            <ManufacturerID xsi:nil="true" />
            <ManufacturerName>string</ManufacturerName>
            <Model>string</Model>
            <URI>string</URI>
          </Hardware>
          <Hardware>
            <TypeID xsi:nil="true" />
            <TypeName>string</TypeName>
            <ManufacturerID xsi:nil="true" />
            <ManufacturerName>string</ManufacturerName>
            <Model>string</Model>
            <URI>string</URI>
          </Hardware>
        </Hardware>
      </GetBioAssayByNameResult>
    </GetBioAssayByNameResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /webservices/BioAssayWebService.asmx HTTP/1.1
Host: www.amdcc.org
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetBioAssayByName xmlns="http://www.amdcc.org/webservices/">
      <BioAssayName>string</BioAssayName>
      <ExpID>int</ExpID>
    </GetBioAssayByName>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetBioAssayByNameResponse xmlns="http://www.amdcc.org/webservices/">
      <GetBioAssayByNameResult>
        <Name>string</Name>
        <Creator>
          <Institution>
            <Name>string</Name>
            <Url>string</Url>
          </Institution>
          <Laboratory>
            <Name>string</Name>
            <Url>string</Url>
          </Laboratory>
          <TitleName>string</TitleName>
        </Creator>
        <Experiment>
          <Name>string</Name>
          <TypeName>string</TypeName>
          <Description>string</Description>
          <Species>
            <Name>string</Name>
          </Species>
          <ModelTypeName>string</ModelTypeName>
          <AnimalAgeUnit>
            <Name>string</Name>
            <Symbol>string</Symbol>
          </AnimalAgeUnit>
          <StatusName>string</StatusName>
          <PublicReleaseDate>dateTime</PublicReleaseDate>
          <MaleCount>int</MaleCount>
          <FemaleCount>int</FemaleCount>
          <HistologyCount>int</HistologyCount>
          <BioAssayCount>int</BioAssayCount>
          <PhenotypeDatumCount>int</PhenotypeDatumCount>
        </Experiment>
        <ArrayDesign>
          <Name>string</Name>
          <Version>string</Version>
          <PlatformTypeID />
          <PlatformTypeName>string</PlatformTypeName>
          <SurfaceTypeID />
          <SurfaceTypeName>string</SurfaceTypeName>
          <SubstrateTypeID />
          <SubstrateTypeName>string</SubstrateTypeName>
          <ManufacturerID />
          <ManufacturerName>string</ManufacturerName>
        </ArrayDesign>
        <Software>
          <Software>
            <Name>string</Name>
            <Version>string</Version>
            <TypeID xsi:nil="true" />
            <TypeName>string</TypeName>
            <ManufacturerID xsi:nil="true" />
            <ManufacturerName>string</ManufacturerName>
            <ReleaseDate>dateTime</ReleaseDate>
            <URI>string</URI>
          </Software>
          <Software>
            <Name>string</Name>
            <Version>string</Version>
            <TypeID xsi:nil="true" />
            <TypeName>string</TypeName>
            <ManufacturerID xsi:nil="true" />
            <ManufacturerName>string</ManufacturerName>
            <ReleaseDate>dateTime</ReleaseDate>
            <URI>string</URI>
          </Software>
        </Software>
        <Hardware>
          <Hardware>
            <TypeID xsi:nil="true" />
            <TypeName>string</TypeName>
            <ManufacturerID xsi:nil="true" />
            <ManufacturerName>string</ManufacturerName>
            <Model>string</Model>
            <URI>string</URI>
          </Hardware>
          <Hardware>
            <TypeID xsi:nil="true" />
            <TypeName>string</TypeName>
            <ManufacturerID xsi:nil="true" />
            <ManufacturerName>string</ManufacturerName>
            <Model>string</Model>
            <URI>string</URI>
          </Hardware>
        </Hardware>
      </GetBioAssayByNameResult>
    </GetBioAssayByNameResponse>
  </soap12:Body>
</soap12:Envelope>