tinyMOBY Wiki
Semantically enriched WSDL 2.0 descriptors for BioMoby services
Brought to you by:
redmitry
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