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