All Inspect WCF services support both the HTTP and Net.TCP protocols. Each protocol a service supports will be served on a separate port. However, only one port can be configured for the service, named the ’base port’.
The table below shows the default settings for each service.
Each service reserves the base port plus 2 additional ports. Only the number of the base port can be changed and the two additional ports will always direcly follow this number. Keep this in mind when customizing these port numbers.
Service name |
Default Base port |
Default End point |
Default Startup Settings |
ATS Inspect CAD Conversion Service (Primary) |
8700 |
http://hostname:8700/CadConversionService/ |
Automatic (delayed) |
Reserved (port 8701) |
|||
|
|
net.tcp://hostname:8702/CadConversionService/ |
|
ATS Inspect CAD Report Service (Primary) |
8800 |
http://hostname:8800/CadReportService/ |
Automatic (delayed) |
Reserved (port 8801) |
|||
|
|
net.tcp://hostname:8802/CadReportService/ |
|
ATS Inspect Communication Service (Primary) |
8400 |
http://hostname:8400/WcfCommService/ |
Automatic (delayed) |
Reserved (port 8401) |
|||
|
|
net.tcp://hostname:8402/WcfCommService/ |
|
ATS Inspect Data Service (Primary) |
8500 |
http://hostname:8500/WcfDataService/ |
Automatic (delayed) |
Reserved (port 8501) |
|||
|
|
net.tcp://hostname:8502/WcfDataService/ |
|
ATS Inspect Event Service (Primary) |
9000 |
http://hostname:9000/WcfEventService/ |
Automatic (delayed) |
Reserved (port 9001) |
|||
|
|
net.tcp://hostname:9002/WcfEventService/ |
|
ATS Inspect Travel Service (Primary) |
8600 |
http://hostname:8600/WcfTravelService/ |
Automatic (delayed) |
Reserved (port 8601) |
|||
|
|
net.tcp://hostname:8602/WcfTravelService/ |
|
Can we improve this topic?