I am trying to make a SOAP:Lite call to WSDL that is available at
program gets into $service->faultstring
when trying to do following declaration,
#!/usr/bin/perl
#SoapTest.pl
use strict;
use warnings;
use SOAP::Lite;
my $service = SOAP::Lite
-> uri(' -> on_action( sub { join '/', ' $_[1] } )
-> proxy('
What am I missing???? TIA
program gets into $service->faultstring
when trying to do following declaration,
#!/usr/bin/perl
#SoapTest.pl
use strict;
use warnings;
use SOAP::Lite;
my $service = SOAP::Lite
-> uri(' -> on_action( sub { join '/', ' $_[1] } )
-> proxy('
What am I missing???? TIA