Which version of SOAP::WSDL are you running. I just downloaded 2.00_23 from CPAN but having troubles installing it. I remember i tried it before but no luck. I use the following commands:

perl Makefile.pl
make
make test
make intall

During make test some of the test cases are skipped and it complains about the client. Then when i use the Perl script it complains that it cant find the Perl Module WSDL.pm so i manually copied and pasted the perl module in the lib folder for Perl. That seems to solve that problem and then it starts complaining about not finding the perl module Client.pm now i suppose this is same reason "make test" didnt completely pass. Can i install the package somehow other so i dont have to manually find modules and place them in folders? Could you guide me on what i should do?

Really appreciate your help.

In reply to Re^2: Calling .NET based service using SOAP::Lite for Perl by Khurrum
in thread Calling .NET based service using SOAP::Lite for Perl by Khurrum

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.