Menu

creating

redmitry

Creating WSDL 2.0 Description from BioMoby LSID identifier

tinyMOBY "knows" various BioMoby Central Registries so it is possible to generate WSDL 2.0 descriptor
providing only the service identifier.

String lsid = "urn:lsid:biomoby.org:serviceinstance:inb.bsc.es,getEntryFromPDB:2008-08-05T15-30-11Z"
MobyDescription mobyDescription = MobyDescription.load(lsid);
Description description = mobyDescription.getDescription();

It is easy to add a particular BioMoby Central by editing
/META-INF/MobyCentralList.xml confioguration file


Related

Wiki: Home