in reply to WSDL in perl

Are you asking this module:
SOAP::WSDL - SOAP with WSDL support
see the link
http://search.cpan.org/~mkutter/SOAP-WSDL-2.00.10/lib/SOAP/WSDL.pm

Replies are listed 'Best First'.
Re^2: WSDL in perl
by jrsimmon (Hermit) on Mar 02, 2010 at 15:56 UTC

    When linking to information, please use the excellent shortcuts provided. Specifically, by writing [mod://SOAP::WSDL] instead of http://long_cpan_url you end up with SOAP::WSDL, which is both more informative and easier to follow.

    Also check out Markup in the Monastery for post formatting tips.

      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.

        Can't locate Template.pm in @INC

        Why don't you install Template ?