package Test; use dbS_web::Type; =begin WSDL _IN wabbit $dbS_web::Type testing =end WSDL sub hi { my $out = "hi"; return $out; } 1;