I installed SOAP::WSDL using the CPAN command "install SOAP::WSDL" and still an error when i compile the Perl script saying that:

Can't locate object method "on_action" via package "SOAP::WSDL" at perlMonk.pl l ine 7

I am not entirely sure what version of the package is being used. I would assume that because i have installed so many packages the right one might not be used. Is there a way to check which version is being used? The other problem i am looking into is that i shifted from using the Command Prompt to cygwin now. So i have noticed that they use different directories for storing the Perl packages.

This means that when i compile a script the packages being used differ, which i dont realise. Would you be able to suggest what i should do? Scrap one way completely and start fresh somehow?

I actually have more than one copy of perl.exe how would i be able to delete all perl modules on my box start from scratch. I currently use ActivePerl and i guess i can try removing that will all the modules and then try using cygwin to install whateevr modules i need from CPAN. Is this a good idea?

In reply to Re^4: 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.