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

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.

Replies are listed 'Best First'.
Re^3: WSDL in perl
by Anonymous Monk on May 10, 2010 at 05:24 UTC

    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 ?