use warnings; use strict; use SOAP::Lite +trace => 'debug'; my $wsdl = 'http://localhost/demo/idapi/wsdl'; my $soap = SOAP::Lite->service($wsdl); print $soap->UserclassList();