Search


Click here for a complete list of operations.

PredictedPropertiesSearch

Search by predicted properties. Returns transaction ID which can be used to access search status and result. Security token is required.

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 /Search.asmx HTTP/1.1
Host: www.chemspider.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.chemspider.com/PredictedPropertiesSearch"

<?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>
    <PredictedPropertiesSearch xmlns="http://www.chemspider.com/">
      <options>
        <LogPMax>double</LogPMax>
        <LogPMin>double</LogPMin>
        <LogD55Max>double</LogD55Max>
        <LogD55Min>double</LogD55Min>
        <LogD74Max>double</LogD74Max>
        <LogD74Min>double</LogD74Min>
        <RuleOf5Max>int</RuleOf5Max>
        <RuleOf5Min>int</RuleOf5Min>
        <HAcceptorsMax>int</HAcceptorsMax>
        <HAcceptorsMin>int</HAcceptorsMin>
        <HDonorsMax>int</HDonorsMax>
        <HDonorsMin>int</HDonorsMin>
        <FreelyRotatableBondsMax>int</FreelyRotatableBondsMax>
        <FreelyRotatableBondsMin>int</FreelyRotatableBondsMin>
        <PolarSurfaceAreaMax>double</PolarSurfaceAreaMax>
        <PolarSurfaceAreaMin>double</PolarSurfaceAreaMin>
        <MolarVolumeMax>double</MolarVolumeMax>
        <MolarVolumeMin>double</MolarVolumeMin>
        <RefractiveIndexMax>double</RefractiveIndexMax>
        <RefractiveIndexMin>double</RefractiveIndexMin>
        <BoilingPointMax>double</BoilingPointMax>
        <BoilingPointMin>double</BoilingPointMin>
        <FlashPointMax>double</FlashPointMax>
        <FlashPointMin>double</FlashPointMin>
        <DensityMax>double</DensityMax>
        <DensityMin>double</DensityMin>
        <SurfaceTensionMax>double</SurfaceTensionMax>
        <SurfaceTensionMin>double</SurfaceTensionMin>
      </options>
      <commonOptions>
        <Complexity>Any or Single or Multi</Complexity>
        <Isotopic>Any or Labeled or NotLabeled</Isotopic>
        <HasSpectra>boolean</HasSpectra>
        <HasPatents>boolean</HasPatents>
      </commonOptions>
      <token>string</token>
    </PredictedPropertiesSearch>
  </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>
    <PredictedPropertiesSearchResponse xmlns="http://www.chemspider.com/">
      <PredictedPropertiesSearchResult>string</PredictedPropertiesSearchResult>
    </PredictedPropertiesSearchResponse>
  </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 /Search.asmx HTTP/1.1
Host: www.chemspider.com
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>
    <PredictedPropertiesSearch xmlns="http://www.chemspider.com/">
      <options>
        <LogPMax>double</LogPMax>
        <LogPMin>double</LogPMin>
        <LogD55Max>double</LogD55Max>
        <LogD55Min>double</LogD55Min>
        <LogD74Max>double</LogD74Max>
        <LogD74Min>double</LogD74Min>
        <RuleOf5Max>int</RuleOf5Max>
        <RuleOf5Min>int</RuleOf5Min>
        <HAcceptorsMax>int</HAcceptorsMax>
        <HAcceptorsMin>int</HAcceptorsMin>
        <HDonorsMax>int</HDonorsMax>
        <HDonorsMin>int</HDonorsMin>
        <FreelyRotatableBondsMax>int</FreelyRotatableBondsMax>
        <FreelyRotatableBondsMin>int</FreelyRotatableBondsMin>
        <PolarSurfaceAreaMax>double</PolarSurfaceAreaMax>
        <PolarSurfaceAreaMin>double</PolarSurfaceAreaMin>
        <MolarVolumeMax>double</MolarVolumeMax>
        <MolarVolumeMin>double</MolarVolumeMin>
        <RefractiveIndexMax>double</RefractiveIndexMax>
        <RefractiveIndexMin>double</RefractiveIndexMin>
        <BoilingPointMax>double</BoilingPointMax>
        <BoilingPointMin>double</BoilingPointMin>
        <FlashPointMax>double</FlashPointMax>
        <FlashPointMin>double</FlashPointMin>
        <DensityMax>double</DensityMax>
        <DensityMin>double</DensityMin>
        <SurfaceTensionMax>double</SurfaceTensionMax>
        <SurfaceTensionMin>double</SurfaceTensionMin>
      </options>
      <commonOptions>
        <Complexity>Any or Single or Multi</Complexity>
        <Isotopic>Any or Labeled or NotLabeled</Isotopic>
        <HasSpectra>boolean</HasSpectra>
        <HasPatents>boolean</HasPatents>
      </commonOptions>
      <token>string</token>
    </PredictedPropertiesSearch>
  </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>
    <PredictedPropertiesSearchResponse xmlns="http://www.chemspider.com/">
      <PredictedPropertiesSearchResult>string</PredictedPropertiesSearchResult>
    </PredictedPropertiesSearchResponse>
  </soap12:Body>
</soap12:Envelope>