my $server = SOAP::Lite -> uri('http://www.soaplite.com/duplsvr') -> proxy('http://my.ip.com/cgi-bin/server.cgi', timeout => 60) -> on_fault( sub { } ); # ie, do absolutely nothing