use SOAP::Lite; my $input = SOAP::Data->name('SCID') ->value('2634244'); my $workorder = SOAP::Lite->service('http://vspclearcbuild.vodacom.corp/clearquest/byServiceCallID.WSDL') -> byServiceCallID($input); print "$workorder\n";\n ####