Toolkit Sample
The toolkit sample makes valuable SDK tools available as custom Web services.
samples/component/webservices/toolkit
These SDK tools are imported and adapted from the SDK tools samples. They implement batch import of translation memories and term databases, export and import of translation kits, and leveraging and scoping of WorldServer asset hierarchies.
Original SDK Tools
The original SDK sample tools package on which the toolkit Web services are based is a collection of utilities implemented using WorldServer SDK. To learn how to run each utility, refer to the sample Javadocs. The package includes these tools.
| Sample | Description |
|---|---|
| ExportKit | Exports a Translation Kit from World Server in order to work offline (for example, utilizing WorldServer Desktop Workbench) |
| ImportKit | Uploads back into WorldServer assets that were translated offline |
| LeverageAssets | Leverages WorldServer asset(s) by filtering, applying translation memory matches, generating scoping information, and (optionally) generating partial translations |
| TDImporter | Performs a batch import of Term Databases from SDL MultiTerm files |
| TMImporter | Performs a batch import of Translation Memories from TMX files |