use SOAP::Lite; print "Connecting to Hello Service...\n"; print SOAP::Lite -> service('http://www.mysite.com/HelloService.wsdl') -> sayHello;