TranslationOrganizer WorldServer parameters

TranslationOrganizer WorldServer parameters are grouped in the worldServer/instances/add element of the trisoft.infoShare.translationOrganizer section of the \Infoshare\App\TranslationOrganizer\Bin\TranslationOrganizer.exe.config file.

alias

An unique display name for the SDL WorldServer installation (e.g. wsDemo, prod, dev,...).

uri

The base URI for SDL WorldServer (e.g. http://worldserver.example.com:8080/ws-legacy/services when using legacy web services or http://worldserver.example.com:8080/ws-api when using the new REST API). This value has to be set manually.

userName

The user name to access SDL WorldServer. This value has to be set manually.

password

The password to access SDL WorldServer. This value has to be set manually.

externalJobMaxTotalUncompressedSizeBytes

Maximum total size of the single translation job. Default value is 5242880 bytes.

retriesOnTimeout

Number of times the single external call can fail and be retried before the job is moved to failed status. Default value is 3.

apiProtocol

The protocol that is used to connect to SDL WorldServer. Use SOAP to connect using the legacy web services. Use REST to connect using the latest REST API. Default value is REST.

httpTimeout

The timeout used when doing the WorldServer call using REST API. Default value is 00:02:00.000.

The language mapping

The configuration must also contain a mapping of the language from Content Manager to the locale of SDL WorldServer.

                <mappings>
                <add trisoftLanguage="en" worldServerLocaleId="1145" />
                <add trisoftLanguage="nl" worldServerLocaleId="1147" />
                <add trisoftLanguage="fr" worldServerLocaleId="1146" />
                </mappings>