in reply to SOAP::Transport::TCP connection problems

jwest,

Your code worked fine for me. Try adding

use SOAP::Lite +trace => qw( all );
to both the server and client to get some additional insight.

-derby