use SOAP::Lite; my $soap = SOAP::Lite->new(); $soap->uri('http://axisversion.sample/xsd'); $soap->service('http://localhost:8080/axis2/services/version?wsdl'); print $soap->getVersion();