Well, I noted there is a line (<xsd:element name="chembankId" nillable="false" type="xsd:string">) but knew nothing about WSDL.
Is there another method to deal with this problem (getting the attribute of a compound given a ChemBank ID)? Thank you.
How to get the information of compound via WSDL in ChemBank Database.
like http://chembank.broadinstitute.org/chemistry/viewMolecule.htm%3bjsessionid=E53770D482CF40D9D4D87AA3A8AC6981?cbid=526, I can get the names, Pubchem Substances... for the ChemBankID 526.
I noticed there are the WSDL Molecule services for this website. (http://chembank.broadinstitute.org/webServices.htm).
Is that possible to query the information of a compound given a chembank ID via WSDL? If could, please show me an example. Thank you.
I don't think you get the information with the specified WSDL: the WSDL declares two methods:
<wsdl:operation name="findBySimilarity">
<wsdl:operation name="findBySubstructure">
but there is no findById/getById.
Well, I noted there is a line (<xsd:element name="chembankId" nillable="false" type="xsd:string">) but knew nothing about WSDL.
Is there another method to deal with this problem (getting the attribute of a compound given a ChemBank ID)? Thank you.
Log in to answer this question.