Returns information about one definition. (V1—V1.0.3)
public String getDefinitionAsXML( String definitionId );
The getDefinitionAsXML operation returns an XML string containing information about one definition. You work with definitions using the designers in the administration UI.
For example, if you pass one of the definition identifiers for an entry type listed in the addFolderEntry reference page, Teaming returns information about the definition for that entry.
As an alternative, you can use the getDefinitionConfigAsXML operation to obtain all definitions in Teaming and then parse the larger string for the definition information you want.
The identifier of the definition whose information you want. Definitions are maintained using the designers in the administration UI, and define the components of an object in Teaming.
A string of XML whose elements provide information about the components of an object in Teaming.
This code requests XML-formatted information about the definition for a wiki entry.
The operation table for the Windows based facade-client.bat program (Section B.0, Deprecated Web Services Operations)