in reply to Re^2: WSDL in perl
in thread WSDL in perl

I have installed SOAP::WSDL . Then I hot a wsdl2perl.pl command . Using this command I have tried like this . But I have got some error in this ,

wsdl2perl.pl file:///root/Perl_WSDL/test.wsdl>

The Error is Cannot load generator SOAP::WSDL::Generator::Template::XSDCan't locate Template.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/local/share/perl/5.8.8/SOAP/WSDL/Generator/Template/XSD.pm line 3. BEGIN failed--compilation aborted at /usr/local/share/perl/5.8.8/SOAP/WSDL/Generator/Template/XSD.pm line 3. Compilation failed in require at (eval 743) line 3.

Replies are listed 'Best First'.
Re^4: WSDL in perl
by Anonymous Monk on May 10, 2010 at 06:07 UTC
    Can't locate Template.pm in @INC

    Why don't you install Template ?