If you need to change the port and protocol for the Local Service SDK, you can open the Regula.SDK.Service.Host.exe.config file located in the installation directory of the Regula Document Reader Web Service. By default, the installation directory is C:\Program Files\Regula\Document Reader Web Service. Look for the line starting with <add key="ServiceAddress and modify it as desired:
For HTTP: <add key="ServiceAddress" value="http://localhost:80" />
For HTTPS: <add key="ServiceAddress" value="https://localhost:443" />
After making these changes, you should restart the Regula SDK Service Host Process service for the changes to take effect.
See the provided examples and documentation for details on integration using the web service (C:\Program Files\Regula\Document Reader Web Service\Documentation\).
If you need to change the port and protocol for the Local Service SDK, you can open the Regula.SDK.Service.Host.exe.config file located in the installation directory of the Regula Document Reader Web Service. By default, the installation directory is C:\Program Files (x86)\Regula\Document Reader Web Service. Look for the line starting with <add key="ServiceAddress and modify it as desired:
For HTTP: <add key="ServiceAddress" value="http://localhost:80" />
For HTTPS: <add key="ServiceAddress" value="https://localhost:443" />
After making these changes, you should restart the Regula SDK Service Host Process service for the changes to take effect.
Comments
Please sign in to leave a comment.