• ImportKit request under the ExchangeWSExportImportManager wsdl always fails

    We are developing a python script to make an Upload request to the SOAP API using: <wsdl:message name="importKit2Request"> <wsdl:part name="token" type="xsd:string"> </wsdl:part> <wsdl:part name="attachedFile" type="xsd:string"> </wsdl:part> …
  • SOAP API TM lookups not returning correct results

    Hi, We are trying to do some TM look ups using the SOAP API and are getting some odd results. For example when we are calling exactLookupByTarget_ with information for the TM, search text, source and target we will often get back a blank array "[…
  • Update a Translation Memory Unit using the tmTranslation ID

    Hi all, Please let me know if I should direct this question to a different forum but wanted to start my check here. Is there any POST endpoint on the REST API for worldserver to update a Translation Memory entry if you only have its ID? For…
  • Pagination on REST API

    Hi everyone, I am currently working on an automation task for a client. It utilizes WorldServer, and I currently have a problem getting all the information I need. My goal is to get all scoped assets on a project (See Documentation: docs.rws.com/.../get…
  • Slow Response Time on Update Segments API

    We have started to use the API for pulling a very specific WS projects from a specific application. We also have a use case to allow our translation author to auto copy the source translation for missing translation memory for all segments and mark the…
  • Get list of Assigned Projects for user

    Hello, I am trying to help develop some tools for WorldServer and have run into an issue with getting simply a list of all the projects that are assigned to a specific user. The listing that comes from https://<server>/ws-api/v2/projects?token=XXXXXX…
  • How do I execute the SOAP API client samples from tool_samples.jar (provided via WS SDK)?

    Dear Developer Community, I am fairly new to working with the SOAP API of WorldServer as I am rather used to work with the REST API. However, some functionalities are still not yet provided via REST API which is why I would like to further explore the…
  • getAllTmGroups is taking too much time to respond

    We have recently noticed long delays in getting the translation memory groups. This is how we do it : var tmManager = this._wsContext.getTmManager(); var results = tmManager.getAllTmGroups() The call to getAllTmGroups() takes between 30 and 38 seconds…
  • Any open API to download target files as zip package from WS?

    Hi Team, Does WS offer any open API to download target files as zip package from WS?
  • Is it possible to upload zip package via REST API?

    Is it possible to upload zip package via REST API so that WS will unzip it itself when I use API to create a project ?
  • REST API does not support Chinese file name or project name?

    Hi There, We are working on an integration where we are trying to use REST API to automatically create projects, but if we transfer documents with Chinese file names and/or the project names has Chinese characters, it does not work (wont create project…
  • RE: Get user status via SDK

    Hi Laurent, Unfortunately, the REST API doesn't have any methods to retrieve vendors specifically but from the User based endpoints you can see if a User is part of Vendor object. If you call the Get User or Get Users endpoint using either of the…
  • RESTful services on AEM

    I am attempting to uncover some RESTfull webservices on AEM. I have taken after the guidelines in this blog. The following is my administration class. Basic solicitations like/helloservice/sayhi works superbly, however the technique that take way parameter…