Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SOAP:Lite error

Status
Not open for further replies.

hemangm

Programmer
Dec 20, 2006
3
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top