Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

@INC problem with SOAP::Lite

by john_oshea (Priest)
on Jan 09, 2007 at 19:16 UTC ( [id://593770]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
    print STDERR "SOAP server startup at ", $daemon->url, "\nServer INC:",
    + join(' ', @INC), "\n";
    
    $daemon->handle;
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
                           });
    
    print $soap->hello()->result, "\n";
    
  3. or download this
    package Wordbank::DCI::Server;
    
    ...
        return "Hello, world\n";
    }    
    1;
    
  4. or download this
    <soap:Fault><faultcode>soap:Client</faultcode><faultstring>Failed to a
    +ccess class (Wordbank::DCI::Server): Can't locate Data/Dumper.pm in @
    +INC (@INC contains: /Users/johno/Code/DCI/Wordbank-DCI-Server/lib) at
    + /Users/johno/Code/DCI/Wordbank-DCI-Server/lib/Wordbank/DCI/Server.pm
    + line 9.
    BEGIN failed--compilation aborted at /Users/johno/Code/DCI/Wordbank-DC
    +I-Server/lib/Wordbank/DCI/Server.pm line 9.
    Compilation failed in require at (eval 98) line 3.
    </faultstring><faultactor>http://localhost:8080/</faultactor></soap:Fa
    +ult>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (12)
As of 2024-04-23 14:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found