MassSpecAPI

Services for mass spectrometry.
MassSpecAPI
Namespace: http://www.chemspider.com/
Proudly Provided by the ChemSpider Team

Welcome to the ChemSpider Web Services for Mass Spectrometry. These services are offered free of charge to our users during this period of testing, validation and feedback. Some of these services will be made available commercially in the future and we are proactively informing you of our intention to do this. It is likely that these services will remain available to academia at no charge.
Some of the web service operations listed here require a "Security Token". To obtain a token please complete the registration process and visit your Profile page. Your Security Token is listed there.
Please send all feedback to development-at-chemspider-dot-com
Operations
GetDatabases
Get the list of datasources in ChemSpider.
- SOAP Action: http://www.chemspider.com/GetDatabases
- Input Message: GetDatabasesSoapIn
- parameters
- GetDatabases type
- GetDatabases type
- parameters
- Output Message: GetDatabasesSoapOut
- parameters
- GetDatabasesResponse type
- GetDatabasesResult type ArrayOfString
- string type string
- string type string
- GetDatabasesResult type ArrayOfString
- GetDatabasesResponse type
- parameters
SearchByMass
Search ChemSpider compounds by mass +/- range within specified datasources list. This operation is deprecated and will be removed soon - use SearchByMassAsync instead.
- SOAP Action: http://www.chemspider.com/SearchByMass
- Input Message: SearchByMassSoapIn
- parameters
- SearchByMass type
- mass type double
- range type double
- dbs type ArrayOfString
- string type string
- string type string
- mass type double
- SearchByMass type
- parameters
- Output Message: SearchByMassSoapOut
- parameters
- SearchByMassResponse type
- SearchByMassResult type ArrayOfString
- string type string
- string type string
- SearchByMassResult type ArrayOfString
- SearchByMassResponse type
- parameters
SearchByMass2
Search ChemSpider compounds by mass +/- range.
- SOAP Action: http://www.chemspider.com/SearchByMass2
- Input Message: SearchByMass2SoapIn
- parameters
- SearchByMass2 type
- mass type double
- range type double
- mass type double
- SearchByMass2 type
- parameters
- Output Message: SearchByMass2SoapOut
- parameters
- SearchByMass2Response type
- SearchByMass2Result type ArrayOfString
- string type string
- string type string
- SearchByMass2Result type ArrayOfString
- SearchByMass2Response type
- parameters
SearchByFormula
Search ChemSpider compounds by molecular formula within specified datasources list. This operation is deprecated and will be removed soon - use SearchByFormulaAsync instead.
- SOAP Action: http://www.chemspider.com/SearchByFormula
- Input Message: SearchByFormulaSoapIn
- parameters
- SearchByFormula type
- formula type string
- dbs type ArrayOfString
- string type string
- string type string
- formula type string
- SearchByFormula type
- parameters
- Output Message: SearchByFormulaSoapOut
- parameters
- SearchByFormulaResponse type
- SearchByFormulaResult type ArrayOfString
- string type string
- string type string
- SearchByFormulaResult type ArrayOfString
- SearchByFormulaResponse type
- parameters
SearchByFormula2
Search ChemSpider compounds by molecular formula.
- SOAP Action: http://www.chemspider.com/SearchByFormula2
- Input Message: SearchByFormula2SoapIn
- parameters
- SearchByFormula2 type
- formula type string
- formula type string
- SearchByFormula2 type
- parameters
- Output Message: SearchByFormula2SoapOut
- parameters
- SearchByFormula2Response type
- SearchByFormula2Result type ArrayOfString
- string type string
- string type string
- SearchByFormula2Result type ArrayOfString
- SearchByFormula2Response type
- parameters
GetRecordMol
Returns ChemSpider record in MOL format or empty string in case of failure. cacl3d parameter specifies if 3D coordinates should be calculated before returning record data. Security token is required to get access to this service.
- SOAP Action: http://www.chemspider.com/GetRecordMol
- Input Message: GetRecordMolSoapIn
- parameters
- GetRecordMol type
- csid type string
- calc3d type boolean
- token type string
- csid type string
- GetRecordMol type
- parameters
- Output Message: GetRecordMolSoapOut
- parameters
- GetRecordMolResponse type
- GetRecordMolResult type string
- GetRecordMolResult type string
- GetRecordMolResponse type
- parameters
GetCompressedRecordsSdf
Return SDF containing records found by asynchronous search operation. Security token associated with 'Service Subscriber' role is required to get access to this operation.
- SOAP Action: http://www.chemspider.com/GetCompressedRecordsSdf
- Input Message: GetCompressedRecordsSdfSoapIn
- parameters
- GetCompressedRecordsSdf type
- rid type string
- token type string
- eComp type ECompression
- restriction type string
- restriction type string
- rid type string
- GetCompressedRecordsSdf type
- parameters
- Output Message: GetCompressedRecordsSdfSoapOut
- parameters
- GetCompressedRecordsSdfResponse type
- GetCompressedRecordsSdfResult type base64Binary
- GetCompressedRecordsSdfResult type base64Binary
- GetCompressedRecordsSdfResponse type
- parameters
GetRecordsSdf
Return SDF containing records found by asynchronous search operation. Security token associated with 'Service Subscriber' role is required to get access to this operation.
- SOAP Action: http://www.chemspider.com/GetRecordsSdf
- Input Message: GetRecordsSdfSoapIn
- parameters
- GetRecordsSdf type
- rid type string
- token type string
- rid type string
- GetRecordsSdf type
- parameters
- Output Message: GetRecordsSdfSoapOut
- parameters
- GetRecordsSdfResponse type
- GetRecordsSdfResult type string
- GetRecordsSdfResult type string
- GetRecordsSdfResponse type
- parameters
GetExtendedCompoundInfo
Get extended record details by CSID. Security token is required to get access to this service.
- SOAP Action: http://www.chemspider.com/GetExtendedCompoundInfo
- Input Message: GetExtendedCompoundInfoSoapIn
- parameters
- GetExtendedCompoundInfo type
- CSID type int
- token type string
- CSID type int
- GetExtendedCompoundInfo type
- parameters
- Output Message: GetExtendedCompoundInfoSoapOut
- parameters
- GetExtendedCompoundInfoResponse type
- GetExtendedCompoundInfoResult type ExtendedCompoundInfo
- CSID type int
- MF type string
- SMILES type string
- InChI type string
- InChIKey type string
- AverageMass type double
- MolecularWeight type double
- MonoisotopicMass type double
- NominalMass type double
- ALogP type double
- XLogP type double
- CommonName type string
- CSID type int
- GetExtendedCompoundInfoResult type ExtendedCompoundInfo
- GetExtendedCompoundInfoResponse type
- parameters
GetExtendedCompoundInfoArray
Get array of extended record details by an array of CSIDs. Security token is required to get access to this service.
- SOAP Action: http://www.chemspider.com/GetExtendedCompoundInfoArray
- Input Message: GetExtendedCompoundInfoArraySoapIn
- parameters
- GetExtendedCompoundInfoArray type
- CSIDs type ArrayOfInt
- int type int
- int type int
- token type string
- CSIDs type ArrayOfInt
- GetExtendedCompoundInfoArray type
- parameters
- Output Message: GetExtendedCompoundInfoArraySoapOut
- parameters
- GetExtendedCompoundInfoArrayResponse type
- GetExtendedCompoundInfoArrayResult type ArrayOfExtendedCompoundInfo
- ExtendedCompoundInfo type ExtendedCompoundInfo
- CSID type int
- MF type string
- SMILES type string
- InChI type string
- InChIKey type string
- AverageMass type double
- MolecularWeight type double
- MonoisotopicMass type double
- NominalMass type double
- ALogP type double
- XLogP type double
- CommonName type string
- CSID type int
- ExtendedCompoundInfo type ExtendedCompoundInfo
- GetExtendedCompoundInfoArrayResult type ArrayOfExtendedCompoundInfo
- GetExtendedCompoundInfoArrayResponse type
- parameters
SearchByMassAsync
Search ChemSpider compounds by mass +/- range within specified datasources list. Security token is required to get access to this service.
- SOAP Action: http://www.chemspider.com/SearchByMassAsync
- Input Message: SearchByMassAsyncSoapIn
- parameters
- SearchByMassAsync type
- mass type double
- range type double
- dbs type ArrayOfString
- string type string
- string type string
- token type string
- mass type double
- SearchByMassAsync type
- parameters
- Output Message: SearchByMassAsyncSoapOut
- parameters
- SearchByMassAsyncResponse type
- SearchByMassAsyncResult type string
- SearchByMassAsyncResult type string
- SearchByMassAsyncResponse type
- parameters
SearchByFormulaAsync
Search ChemSpider compounds by molecular formula within specified datasources list. Security token is required to get access to this service.
- SOAP Action: http://www.chemspider.com/SearchByFormulaAsync
- Input Message: SearchByFormulaAsyncSoapIn
- parameters
- SearchByFormulaAsync type
- formula type string
- dbs type ArrayOfString
- string type string
- string type string
- token type string
- formula type string
- SearchByFormulaAsync type
- parameters
- Output Message: SearchByFormulaAsyncSoapOut
- parameters
- SearchByFormulaAsyncResponse type
- SearchByFormulaAsyncResult type string
- SearchByFormulaAsyncResult type string
- SearchByFormulaAsyncResponse type
- parameters
Operations
GetDatabases
Get the list of datasources in ChemSpider.
- SOAP Action: http://www.chemspider.com/GetDatabases
- Input Message: GetDatabasesSoapIn
- parameters
- GetDatabases type
- GetDatabases type
- parameters
- Output Message: GetDatabasesSoapOut
- parameters
- GetDatabasesResponse type
- GetDatabasesResult type ArrayOfString
- string type string
- string type string
- GetDatabasesResult type ArrayOfString
- GetDatabasesResponse type
- parameters
SearchByMass
Search ChemSpider compounds by mass +/- range within specified datasources list. This operation is deprecated and will be removed soon - use SearchByMassAsync instead.
- SOAP Action: http://www.chemspider.com/SearchByMass
- Input Message: SearchByMassSoapIn
- parameters
- SearchByMass type
- mass type double
- range type double
- dbs type ArrayOfString
- string type string
- string type string
- mass type double
- SearchByMass type
- parameters
- Output Message: SearchByMassSoapOut
- parameters
- SearchByMassResponse type
- SearchByMassResult type ArrayOfString
- string type string
- string type string
- SearchByMassResult type ArrayOfString
- SearchByMassResponse type
- parameters
SearchByMass2
Search ChemSpider compounds by mass +/- range.
- SOAP Action: http://www.chemspider.com/SearchByMass2
- Input Message: SearchByMass2SoapIn
- parameters
- SearchByMass2 type
- mass type double
- range type double
- mass type double
- SearchByMass2 type
- parameters
- Output Message: SearchByMass2SoapOut
- parameters
- SearchByMass2Response type
- SearchByMass2Result type ArrayOfString
- string type string
- string type string
- SearchByMass2Result type ArrayOfString
- SearchByMass2Response type
- parameters
SearchByFormula
Search ChemSpider compounds by molecular formula within specified datasources list. This operation is deprecated and will be removed soon - use SearchByFormulaAsync instead.
- SOAP Action: http://www.chemspider.com/SearchByFormula
- Input Message: SearchByFormulaSoapIn
- parameters
- SearchByFormula type
- formula type string
- dbs type ArrayOfString
- string type string
- string type string
- formula type string
- SearchByFormula type
- parameters
- Output Message: SearchByFormulaSoapOut
- parameters
- SearchByFormulaResponse type
- SearchByFormulaResult type ArrayOfString
- string type string
- string type string
- SearchByFormulaResult type ArrayOfString
- SearchByFormulaResponse type
- parameters
SearchByFormula2
Search ChemSpider compounds by molecular formula.
- SOAP Action: http://www.chemspider.com/SearchByFormula2
- Input Message: SearchByFormula2SoapIn
- parameters
- SearchByFormula2 type
- formula type string
- formula type string
- SearchByFormula2 type
- parameters
- Output Message: SearchByFormula2SoapOut
- parameters
- SearchByFormula2Response type
- SearchByFormula2Result type ArrayOfString
- string type string
- string type string
- SearchByFormula2Result type ArrayOfString
- SearchByFormula2Response type
- parameters
GetRecordMol
Returns ChemSpider record in MOL format or empty string in case of failure. cacl3d parameter specifies if 3D coordinates should be calculated before returning record data. Security token is required to get access to this service.
- SOAP Action: http://www.chemspider.com/GetRecordMol
- Input Message: GetRecordMolSoapIn
- parameters
- GetRecordMol type
- csid type string
- calc3d type boolean
- token type string
- csid type string
- GetRecordMol type
- parameters
- Output Message: GetRecordMolSoapOut
- parameters
- GetRecordMolResponse type
- GetRecordMolResult type string
- GetRecordMolResult type string
- GetRecordMolResponse type
- parameters
GetCompressedRecordsSdf
Return SDF containing records found by asynchronous search operation. Security token associated with 'Service Subscriber' role is required to get access to this operation.
- SOAP Action: http://www.chemspider.com/GetCompressedRecordsSdf
- Input Message: GetCompressedRecordsSdfSoapIn
- parameters
- GetCompressedRecordsSdf type
- rid type string
- token type string
- eComp type ECompression
- restriction type string
- restriction type string
- rid type string
- GetCompressedRecordsSdf type
- parameters
- Output Message: GetCompressedRecordsSdfSoapOut
- parameters
- GetCompressedRecordsSdfResponse type
- GetCompressedRecordsSdfResult type base64Binary
- GetCompressedRecordsSdfResult type base64Binary
- GetCompressedRecordsSdfResponse type
- parameters
GetRecordsSdf
Return SDF containing records found by asynchronous search operation. Security token associated with 'Service Subscriber' role is required to get access to this operation.
- SOAP Action: http://www.chemspider.com/GetRecordsSdf
- Input Message: GetRecordsSdfSoapIn
- parameters
- GetRecordsSdf type
- rid type string
- token type string
- rid type string
- GetRecordsSdf type
- parameters
- Output Message: GetRecordsSdfSoapOut
- parameters
- GetRecordsSdfResponse type
- GetRecordsSdfResult type string
- GetRecordsSdfResult type string
- GetRecordsSdfResponse type
- parameters
GetExtendedCompoundInfo
Get extended record details by CSID. Security token is required to get access to this service.
- SOAP Action: http://www.chemspider.com/GetExtendedCompoundInfo
- Input Message: GetExtendedCompoundInfoSoapIn
- parameters
- GetExtendedCompoundInfo type
- CSID type int
- token type string
- CSID type int
- GetExtendedCompoundInfo type
- parameters
- Output Message: GetExtendedCompoundInfoSoapOut
- parameters
- GetExtendedCompoundInfoResponse type
- GetExtendedCompoundInfoResult type ExtendedCompoundInfo
- CSID type int
- MF type string
- SMILES type string
- InChI type string
- InChIKey type string
- AverageMass type double
- MolecularWeight type double
- MonoisotopicMass type double
- NominalMass type double
- ALogP type double
- XLogP type double
- CommonName type string
- CSID type int
- GetExtendedCompoundInfoResult type ExtendedCompoundInfo
- GetExtendedCompoundInfoResponse type
- parameters
GetExtendedCompoundInfoArray
Get array of extended record details by an array of CSIDs. Security token is required to get access to this service.
- SOAP Action: http://www.chemspider.com/GetExtendedCompoundInfoArray
- Input Message: GetExtendedCompoundInfoArraySoapIn
- parameters
- GetExtendedCompoundInfoArray type
- CSIDs type ArrayOfInt
- int type int
- int type int
- token type string
- CSIDs type ArrayOfInt
- GetExtendedCompoundInfoArray type
- parameters
- Output Message: GetExtendedCompoundInfoArraySoapOut
- parameters
- GetExtendedCompoundInfoArrayResponse type
- GetExtendedCompoundInfoArrayResult type ArrayOfExtendedCompoundInfo
- ExtendedCompoundInfo type ExtendedCompoundInfo
- CSID type int
- MF type string
- SMILES type string
- InChI type string
- InChIKey type string
- AverageMass type double
- MolecularWeight type double
- MonoisotopicMass type double
- NominalMass type double
- ALogP type double
- XLogP type double
- CommonName type string
- CSID type int
- ExtendedCompoundInfo type ExtendedCompoundInfo
- GetExtendedCompoundInfoArrayResult type ArrayOfExtendedCompoundInfo
- GetExtendedCompoundInfoArrayResponse type
- parameters
SearchByMassAsync
Search ChemSpider compounds by mass +/- range within specified datasources list. Security token is required to get access to this service.
- SOAP Action: http://www.chemspider.com/SearchByMassAsync
- Input Message: SearchByMassAsyncSoapIn
- parameters
- SearchByMassAsync type
- mass type double
- range type double
- dbs type ArrayOfString
- string type string
- string type string
- token type string
- mass type double
- SearchByMassAsync type
- parameters
- Output Message: SearchByMassAsyncSoapOut
- parameters
- SearchByMassAsyncResponse type
- SearchByMassAsyncResult type string
- SearchByMassAsyncResult type string
- SearchByMassAsyncResponse type
- parameters
SearchByFormulaAsync
Search ChemSpider compounds by molecular formula within specified datasources list. Security token is required to get access to this service.
- SOAP Action: http://www.chemspider.com/SearchByFormulaAsync
- Input Message: SearchByFormulaAsyncSoapIn
- parameters
- SearchByFormulaAsync type
- formula type string
- dbs type ArrayOfString
- string type string
- string type string
- token type string
- formula type string
- SearchByFormulaAsync type
- parameters
- Output Message: SearchByFormulaAsyncSoapOut
- parameters
- SearchByFormulaAsyncResponse type
- SearchByFormulaAsyncResult type string
- SearchByFormulaAsyncResult type string
- SearchByFormulaAsyncResponse type
- parameters
Operations
GetDatabases
Get the list of datasources in ChemSpider.
- SOAP Action:
- Input Message: GetDatabasesHttpGetIn
- Output Message: GetDatabasesHttpGetOut
- Body
- ArrayOfString type ArrayOfString
- string type string
- string type string
- ArrayOfString type ArrayOfString
- Body
SearchByMass2
Search ChemSpider compounds by mass +/- range.
- SOAP Action:
- Input Message: SearchByMass2HttpGetIn
- mass
- string
- range
- string
- mass
- Output Message: SearchByMass2HttpGetOut
- Body
- ArrayOfString type ArrayOfString
- string type string
- string type string
- ArrayOfString type ArrayOfString
- Body
SearchByFormula2
Search ChemSpider compounds by molecular formula.
- SOAP Action:
- Input Message: SearchByFormula2HttpGetIn
- formula
- string
- formula
- Output Message: SearchByFormula2HttpGetOut
- Body
- ArrayOfString type ArrayOfString
- string type string
- string type string
- ArrayOfString type ArrayOfString
- Body
GetRecordMol
Returns ChemSpider record in MOL format or empty string in case of failure. cacl3d parameter specifies if 3D coordinates should be calculated before returning record data. Security token is required to get access to this service.
- SOAP Action:
- Input Message: GetRecordMolHttpGetIn
- csid
- string
- calc3d
- string
- token
- string
- csid
- Output Message: GetRecordMolHttpGetOut
- Body
- string type string
- string type string
- Body
GetCompressedRecordsSdf
Return SDF containing records found by asynchronous search operation. Security token associated with 'Service Subscriber' role is required to get access to this operation.
- SOAP Action:
- Input Message: GetCompressedRecordsSdfHttpGetIn
- rid
- string
- token
- string
- eComp
- string
- rid
- Output Message: GetCompressedRecordsSdfHttpGetOut
- Body
- base64Binary type base64Binary
- base64Binary type base64Binary
- Body
GetRecordsSdf
Return SDF containing records found by asynchronous search operation. Security token associated with 'Service Subscriber' role is required to get access to this operation.
- SOAP Action:
- Input Message: GetRecordsSdfHttpGetIn
- rid
- string
- token
- string
- rid
- Output Message: GetRecordsSdfHttpGetOut
- Body
- string type string
- string type string
- Body
GetExtendedCompoundInfo
Get extended record details by CSID. Security token is required to get access to this service.
- SOAP Action:
- Input Message: GetExtendedCompoundInfoHttpGetIn
- CSID
- string
- token
- string
- CSID
- Output Message: GetExtendedCompoundInfoHttpGetOut
- Body
- ExtendedCompoundInfo type ExtendedCompoundInfo
- CSID type int
- MF type string
- SMILES type string
- InChI type string
- InChIKey type string
- AverageMass type double
- MolecularWeight type double
- MonoisotopicMass type double
- NominalMass type double
- ALogP type double
- XLogP type double
- CommonName type string
- CSID type int
- ExtendedCompoundInfo type ExtendedCompoundInfo
- Body
GetExtendedCompoundInfoArray
Get array of extended record details by an array of CSIDs. Security token is required to get access to this service.
- SOAP Action:
- Input Message: GetExtendedCompoundInfoArrayHttpGetIn
- CSIDs
- StringArray
- token
- string
- CSIDs
- Output Message: GetExtendedCompoundInfoArrayHttpGetOut
- Body
- ArrayOfExtendedCompoundInfo type ArrayOfExtendedCompoundInfo
- ExtendedCompoundInfo type ExtendedCompoundInfo
- CSID type int
- MF type string
- SMILES type string
- InChI type string
- InChIKey type string
- AverageMass type double
- MolecularWeight type double
- MonoisotopicMass type double
- NominalMass type double
- ALogP type double
- XLogP type double
- CommonName type string
- CSID type int
- ExtendedCompoundInfo type ExtendedCompoundInfo
- ArrayOfExtendedCompoundInfo type ArrayOfExtendedCompoundInfo
- Body
Operations
GetDatabases
Get the list of datasources in ChemSpider.
- SOAP Action:
- Input Message: GetDatabasesHttpPostIn
- Output Message: GetDatabasesHttpPostOut
- Body
- ArrayOfString type ArrayOfString
- string type string
- string type string
- ArrayOfString type ArrayOfString
- Body
SearchByMass2
Search ChemSpider compounds by mass +/- range.
- SOAP Action:
- Input Message: SearchByMass2HttpPostIn
- mass
- string
- range
- string
- mass
- Output Message: SearchByMass2HttpPostOut
- Body
- ArrayOfString type ArrayOfString
- string type string
- string type string
- ArrayOfString type ArrayOfString
- Body
SearchByFormula2
Search ChemSpider compounds by molecular formula.
- SOAP Action:
- Input Message: SearchByFormula2HttpPostIn
- formula
- string
- formula
- Output Message: SearchByFormula2HttpPostOut
- Body
- ArrayOfString type ArrayOfString
- string type string
- string type string
- ArrayOfString type ArrayOfString
- Body
GetRecordMol
Returns ChemSpider record in MOL format or empty string in case of failure. cacl3d parameter specifies if 3D coordinates should be calculated before returning record data. Security token is required to get access to this service.
- SOAP Action:
- Input Message: GetRecordMolHttpPostIn
- csid
- string
- calc3d
- string
- token
- string
- csid
- Output Message: GetRecordMolHttpPostOut
- Body
- string type string
- string type string
- Body
GetCompressedRecordsSdf
Return SDF containing records found by asynchronous search operation. Security token associated with 'Service Subscriber' role is required to get access to this operation.
- SOAP Action:
- Input Message: GetCompressedRecordsSdfHttpPostIn
- rid
- string
- token
- string
- eComp
- string
- rid
- Output Message: GetCompressedRecordsSdfHttpPostOut
- Body
- base64Binary type base64Binary
- base64Binary type base64Binary
- Body
GetRecordsSdf
Return SDF containing records found by asynchronous search operation. Security token associated with 'Service Subscriber' role is required to get access to this operation.
- SOAP Action:
- Input Message: GetRecordsSdfHttpPostIn
- rid
- string
- token
- string
- rid
- Output Message: GetRecordsSdfHttpPostOut
- Body
- string type string
- string type string
- Body
GetExtendedCompoundInfo
Get extended record details by CSID. Security token is required to get access to this service.
- SOAP Action:
- Input Message: GetExtendedCompoundInfoHttpPostIn
- CSID
- string
- token
- string
- CSID
- Output Message: GetExtendedCompoundInfoHttpPostOut
- Body
- ExtendedCompoundInfo type ExtendedCompoundInfo
- CSID type int
- MF type string
- SMILES type string
- InChI type string
- InChIKey type string
- AverageMass type double
- MolecularWeight type double
- MonoisotopicMass type double
- NominalMass type double
- ALogP type double
- XLogP type double
- CommonName type string
- CSID type int
- ExtendedCompoundInfo type ExtendedCompoundInfo
- Body
GetExtendedCompoundInfoArray
Get array of extended record details by an array of CSIDs. Security token is required to get access to this service.
- SOAP Action:
- Input Message: GetExtendedCompoundInfoArrayHttpPostIn
- CSIDs
- StringArray
- token
- string
- CSIDs
- Output Message: GetExtendedCompoundInfoArrayHttpPostOut
- Body
- ArrayOfExtendedCompoundInfo type ArrayOfExtendedCompoundInfo
- ExtendedCompoundInfo type ExtendedCompoundInfo
- CSID type int
- MF type string
- SMILES type string
- InChI type string
- InChIKey type string
- AverageMass type double
- MolecularWeight type double
- MonoisotopicMass type double
- NominalMass type double
- ALogP type double
- XLogP type double
- CommonName type string
- CSID type int
- ExtendedCompoundInfo type ExtendedCompoundInfo
- ArrayOfExtendedCompoundInfo type ArrayOfExtendedCompoundInfo
- Body
WSDL Changes
| Date | Description of Changes |
| 8th April 2009 | First Snapshot |
| 5th May 2009 | An operation named GetCompressedRecordsSdf has been added. An operation named GetRecordsSdf has been added. An operation named GetCompressedRecordsSdf has been added. An operation named GetRecordsSdf has been added. An operation named GetCompressedRecordsSdf has been added. An operation named GetRecordsSdf has been added. An operation named GetCompressedRecordsSdf has been added. An operation named GetRecordsSdf has been added. |
- Login to post comments
