I've got a working SOAP::Lite client. It works against an established server, but so far my development server is sending back nothing except a 404. (Which is odd, because I'm not even seeing a connection on the server end.)
The closest parallel that I'm used to is Net::FTP
.
my $ftp = Net::FTP->new( "some.host.name", Debug => 1 );