my $name = shift; print "The soap server says "; print SOAP::Lite ->uri('urn:Hello') # replace with Hello class ->proxy('http://localhost/cgi-bin/HelloSoap.plx') ->sayHello($name) # removes tics ->result. "\n\n";