xmltv
view release on metacpan or search on metacpan
grab/na_dd/tv_grab_na_dd.IN view on Meta::CPAN
sub SOAP::Transport::HTTP::Client::get_basic_credentials
{
return "$dd_user" => "$dd_pass";
}
my $dd_service='http://docs.tms.tribune.com/tech/tmsdatadirect/zap2it/xtvd.wsdl';
$dd_service='http://docs.tms.tribune.com/tech/tmsdatadirect/zap2it/beta/xtvd.wsdl' if $opt_beta_data;
my $proxy='http://localhost/';
if (exists $ENV{HTTP_PROXY})
{
$proxy=$ENV{HTTP_PROXY};
}
my $time=time();
my $soap= SOAP::Lite
-> service($dd_service)
-> outputxml('true')
# -> on_debug(1)
-> on_fault( sub {
my($soap,$res)=@_;
die "SOAP call failed: "
( run in 0.723 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )