• Set Timeout for WSProjectGroup getProjectGroup(int id) when taking too long

    While making a call to get a project group to WorldServer webservices the getProjectGroup times out when there are a lot of locales for the project group (more than 8 locales or so). The application is in C# and like below we can get the authorization…
  • Import TML file using the WorldServer Client SDK

    The com.idiominc.wssdk.deployment.WSDeploymentManager class in the server SDK has methods for importing and exporting TML (XML) files: void exportObjects(WSObjectExportSpec[] specs, OutputStream out) throws WSException void importObjects(InputStream…
  • Using the included wswebservices.dll to access WorldServer with a custom plugin

    Our developer has noticed that there is a wswebservices.dll file that Trados uses to make calls to WS. When we define plugins, we are not able to use that dll as it says it is not authorized for third party use. Being able to do so would be really helpful…