• 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> …
  • Mismatch between API response and UI (re Tasks and Projects)

    When listing project via the endpoint Get projects ( <protocol>://<ws-host>:<ws-port>/ws-api/v2/projects?token=<sessionId> ) we receive 9 records but in the UI we can see only 8 (see sample images below) In Postman, there are some project IDs not…
  • /tasks/import and /tasks/export endpoints always stay in "STILL IN PROGRESS" status

    /tasks/import and /tasks/export never finish and always stay in "STILL IN PROGRESS" status (same for UI and API). Is there a prerequisite for using these that we may be missing?
  • Search Projects endpoint returns 500 error

    Hello! When trying to use the search projects endpoint for the API, we get a 500 "Unsupported search request filter" error. The same happens if we delete the filter. Any ideas what we may be doing wrong?
  • How to match segments between custom automatic actions?

    Hi! I am implementing some automatic actions using WorldServer SDK 11.7.3 and I need to create a mapping between segments and other entities to use across automatic actions. I was thinking of using indices of the segments as their identifiers. Is their…
  • 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…
  • Task Completion SDK

    I am currently looking at the customisation taskcompletionsdk ( docs.rws.com/.../sample-ui-customizations) to adapt the complete step dialog. We are currently WS 11.7.3. I have following questions relating to the provided sample: Is it possible…
  • 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…
  • API Project search always returning unrelated projects

    Hi, I'm just trying to do a basic project seach using postman to test out some functionality that I would like to implement. I need to search for a project name and grab all the project groups ids that match that name. I am doing a post with the…
  • Using both "and" and "or" operators with WorldServer Project Group Search API

    I can see that the WorldServer REST API for Project Group Search supports an "operator" option. The UI sends "and" for the operator value. I've tried sending "or" from curl and it works too. Now I want to combine both operators, but it is not working…
  • WorldServer SOAP Client API: 1 MB limit for attachedFile in WSWorkflowManager createProjectGroup call

    First, some background. We have an application that uses both the REST and SOAP APIs for WorldServer 11.3 to create project groups. We use the REST API call in most cases. The situation that requires us to use a SOAP call is when one or more of the project…
  • 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…
  • 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…
  • Comparing objects that implement WSObject

    On what criteria are objects in WorldServer that implement the WSObject interface compared for equality? Is it safe to assume that calling the inherited java.lang.Object equals method to compare one WSObject to another will always return true if the IDs…
  • 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…
  • How to keep existing filter configurations from being reset when uploading a new version of a custom filter?

    I'm developing a custom filter for WS 10. Adding a new version of my filter resets all existing configurations. My client is not happy about it. I notice that adding the same version wouldn't. How WS is deciding when to reset the existing configurations…
  • 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…
  • Building a new connector for WorldServer and need access to an installation

    Hi all, I'm new to the community so I apologise in advance for my ignorance in writing these simple questions. We wish to build a Machine Translation connector for WorldServer. What is the best way to access WorldServer for development? Can we…
  • Update files in WorldServer via WorldServer REST API

    There is a post call with files in WorldServer REST API so I was able to upload a file using the /files endpoint to WorldServer, but I couldn't find any put or patch. So Is there an endpoint that allows to upload the uploaded file via WorldServer REST…
1 2