• 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> …
  • 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…
  • 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…
  • 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…
  • 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…
  • WorldServer 11.3 Customizing the REST API

    The following article in the SDL WorldServer 11.3 Developer Documentation provides an explanation on how to customize the REST API: https://docs.sdl.com/LiveContent/content/en-US/SDL%20WorldServer%20Developer%20Documentation-v1#addHistory=true&filename…
  • Do WorldServer REST APIs support project group creation with uploaded AIS files?

    Hi Team, We are working on the REST API integration with WorldServer on version 11.3. We can upload files and then use the file name as system file for project group creation. But how to create a project group with "aisFiles", we have tried but the…