get the information of compound via WSDL in ChemBank Database
1
0
Entering edit mode
9.4 years ago
Zhilong Jia ★ 2.2k

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.

WSDL chembank • 1.7k views
ADD COMMENT
0
Entering edit mode
9.4 years ago

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.

ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

chembankId is part of a class named "Molecule".

Molecule is an item in "ArrayofMolecule"

ArrayOfMolecule is the object returned by findBySubstructure or findBySimilarity

ADD REPLY
0
Entering edit mode

Well, it needs a substructure input. I plan to parse the html directly.

ADD REPLY

Login before adding your answer.

Traffic: 3212 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6