Binding a metadata field with a SES taxonomy
The SDL Knowledge Center SES Connector contains an out-of-the-box implementation of the metadata binding IHandler interface that makes it possible to use data coming from a SmartLogic Semantic Enhancement Server (SES) in metadata fields.
The SES Connector requests data from the SES taxonomy by calling SES 3.7 API web services over http.
The SES Connector is implemented in the InfoShare\AppCore\Plugins\TrisoftSmartLogic.dll file, and can be used by providing handler name SmartLogicSESConnector. It implements all methods defined by the Metadata Binding IHandler interface
This SES Connector implementation is configurable to allow for various user scenarios, but if this does not meet your requirements you can write your own implementation as well.