This function returns the metadata (definition and synonyms)
for a specific ontology identifier. The term for that identifier
can be retrieved with term.
The function sends a getTermMetadataRequest SOAP message
and retrieves and parses the getTermMetadataResponse.
The original interface is
public Map getTermMetadata(String termId, String ontologyName).