Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

WSDL in perl

by vetrivel (Sexton)
on Mar 02, 2010 at 04:17 UTC ( [id://826068]=perlquestion: print w/replies, xml ) Need Help??

vetrivel has asked for the wisdom of the Perl Monks concerning the following question:

Dear Friends ,

Wsdl means Web service definition language. It is one of the client application which will intracts with server throup soap . I have written the code , in Ruby and java ,

Could you tell me wsdl module in perl .

Replies are listed 'Best First'.
Re: WSDL in perl
by ungalnanban (Pilgrim) on Mar 02, 2010 at 04:41 UTC
    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

      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://826068]
Approved by lidden
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2025-03-18 13:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (57 votes). Check out past polls.