System sample tools
The WorldServer SDK includes several Java, .NET, and Perl Web sample tools that have been written using System web services.
| You can find... | In the following folder of the WorldServer SDK: |
|---|---|
| Java web services tools | samples\src\com\idiominc\wssdk\samples\tools\webservices |
| .NET web services tools | samples\src\com\idiominc\wssdk\samples\tools\webservices\dotnet |
| Perl web services tools | samples\src\com\idiominc\wssdk\samples\tools\webservices\perl |
| A sample of dynamic invocation of WorldServer web services using the Apache Web Services Invocation Framework (WSIF) | samples\src\com\idiominc\wssdk\samples\tools\webservices\wsif |
For more information about the Apache Web Services Invocation Framework, see the WSIF documentation.
The
com.idiominc.wssdk.samples.tools.webservices package contains several sample web service tools, such as:
| Name of the tool | Use this tool to... |
|---|---|
| CheckinAsset | Check in versioned assets in WorldServer through WorldServer AIS connectors that support versioning. |
| CheckoutAsset | Check out versioned assets in WorldServer through WorldServer AIS connectors that support versioning. |
| CreateProject | Create and execute project groups. |
| CreateTD | Create terminology databases (TDs) with specified names (if there are no TDs that already have those names). |
| CreateTDGroup | Create a TD group with the specified name and the specified write and member TDs (if there are no TD groups that already have those names). |
| CreateTM | Create translation memories (TMs) with specified names (if there are no TMs that already have those names). |
| CreateTMGroup | Create a TM group with the specified name and the specified member TMs (if there are no TM groups that already have those names). |
| DeployComponent | Deploy components to WorldServer. |
| DownloadAsset | Download assets from WorldServer. |
| ExportKit | Export translation kits. |
| ExportTD | Export terminology databases. |
| ExportTDEntries | Export terminology database entries. |
| ExportTM | Export translation memories. |
| ExportTMEntries | Export translation memory entries. |
| ImportKit | Import translation kits. |
| ImportTD | Import terminology databases. |
| ImportTM | Import translation memories. |
| ScopeAsset | Scope assets using the specified target locale and TM and view the scoping report. |
| SearchTD | Perform a leverage search on the specified TD. |
| SearchTDWildcard | Perform a wildcard search on the specified TD. |
| SearchTMFreeform | Perform a Freeform search on the specified TM and include the search results in a .csv file. |
| SearchTMFuzzy | Perform a fuzzy search on the specified TM and include the search results in a .csv file. |
| SetFileAttribute | Attach files to WorldServer projects. |
| UploadFile | Upload files to WorldServer. |