Confirming that the siebel.exe Process Is Listening
You can use the netstat utility from the DOS prompt to determine whether the siebel.exe child process is listening for Web service calls.
To confirm that the siebel.exe process is listening
From the DOS prompt, type the following:
netstat -a -p TCP
Examine the output for the port number you set in the application configuration file, for example:
TCP mycomputer:2330 mycomputer.mycompany.com:0 LISTENING
LISTENING
indicates that the siebel.exe process is listening for Web service calls.