#!/usr/bin/perl -w #use SOAP::Lite +trace => ‘debug’; use SOAP::Lite; my $client = SOAP::Lite ->service('http://localhost/soap/perl/marketplace.wsdl'); my $result = $client->login( 'test_user', 'test_password' ); #~ my $result = $client->sayHello(''); print $result;