Views:

Question:
How do I connect to DocuWare via a different port?

Answer:

If the DocuWare Platform is not accessible via the standard port 80 (for http) but via e.g. 443 (for https), the URL to the DocuWare Platform API must be specified in full.
Normally, DocuScan products such as storageRobot automatically determine the path (in this case the URL) to the DocuWare Platform API. This makes it possible to specify only the server name/host name, e.g. DWSERVER. Internally, this name is then supplemented by the protocol http:// and the path /DocuWare/Platform/. This URL would result in access to DocuWare via port 80.
If the DocuWare Platform API is accessible via a different port, e.g. 8080, the following complete URL is required:

http://DWSERVER:8080/DocuWare/Platform/

Note:
The trailing / (slash or backslash) must be specified, otherwise access would again be via the default port.