my $server = SOAP::Lite -> uri('http://www.soaplite.com/duplsvr') -> proxy('http://my.ip.com/cgi-bin/server.cgi', timeout => 60); $result = $server->process($data);