use SOAP::Lite; print SOAP::Lite -> service('http://localhost:8080/helloservice/hello?wsdl') -> plus(2,3);