Kevin,
Assuming you are running on the Unix, try the following command.
netstat -an | grep 56732
This would show on your side whether any threads are attepting to connect to this port or listen loop or connected.
Once you have that cleared up, perhaps you may need to work with network folks why it is not able to establish a connection.
Also I would try a enable_all config in the process level and bounce the threads. A detail log would be easier to trace thru.
Hope this helps.
Reggie