• 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…
  • 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…
  • 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…