If the communication between client and server should also take place via the http port via a web service, this must be set up in the Internet Integration Service (IIS) of the computer of the TCE server.
To do this, open the administration console of the server's IIS, which can be used for http queries.
Now add a new application to the default web site. You can freely choose the alias name of the application. In this example we choose the name TCEServer.
Settings for adding an application in the IIS management console:
Alias |
TCEServer |
Application pool |
DefaultAppPool (.NET) |
Physical path |
Depending on the installation path. C:\Program Files (x86)\Common Files\TAP.CON\TCE\HTTPWebSocket |
Then select the Connect as... button to provide a qualified username for the operation of the application. The user must have all required rights to run the application.
After that, the application is set up.
The Web Service can then be reached in the TCE Client via the following parameters:
Server |
e.g. http://[IP or Name]/TCEHTTPService/Service1.asmx?wsdl |
Service |
Service1 |
The web service uses the information entered in the registry to communicate with the TCE server:
HKEY_LOCAL_MACHINE\SOFTWARE\TAP.CON\TCE HTTP
TCE HTTP |
Connect |
Listener for http
connects (Computer, Port) |