Search the web
Sign In
New User? Sign Up
soaplite · SOAP::Lite for Perl (soaplite.com)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Where's SOAP::Data?   Message List  
Reply | Forward Message #6266 of 6387 |
Good day everyone,

Rather than try to explain what I'm doing (for now) I'll just mention
that I installed the latest SOAP::Lite from CPAN
(MKUTTER/SOAP-Lite-0.710.08.tar.gz). When I try to use SOAP::Data I
get the standard "can't find SOAP/Lite/Data.pm" that I would expect to
see had I not installed SOAP::Lite at all.

Is there something I need to pass to CPAN to include SOAP::Data?

Here's what CPAN Thinks I have right now...

Core Package [*] Scalar::Util always
[*] Test::More
[*] URI
[*] MIME::Base64
[*] version
[*] XML::Parser (v2.23)
Client HTTP support [*] LWP::UserAgent always
Client HTTPS support [*] Crypt::SSLeay [ yes ]
Client SMTP/sendmail support [ ] MIME::Lite [ no ]
Client FTP support [*] IO::File [ yes ]
[*] Net::FTP
Standalone HTTP server [*] HTTP::Daemon [ yes ]
Apache/mod_perl server [ ] Apache [ no ]
FastCGI server [ ] FCGI [ no ]
POP3 server [ ] MIME::Parser [ no ]
[*] Net::POP3
IO server [*] IO::File [ yes ]
MQ transport support [ ] MQSeries [ no ]
JABBER transport support [ ] Net::Jabber [ no ]
MIME messages [ ] MIME::Parser [ no ]
DIME messages [*] IO::Scalar (v2.105) [ yes ]
[*] DIME::Tools (v0.03)
[*] Data::UUID (v0.11)
SSL Support for TCP Transport [*] IO::Socket::SSL [ yes ]
Compression support for HTTP [*] Compress::Zlib [ yes ]
MIME interoperability w/ Axis [ ] MIME::Parser (v6.106) [ no ]


Thanks in advance!!

-=Kevin=-




Thu Jan 8, 2009 4:18 am

sandcrawler2004
Offline Offline
Send Email Send Email

Forward
Message #6266 of 6387 |
Expand Messages Author Sort by Date

Good day everyone, Rather than try to explain what I'm doing (for now) I'll just mention that I installed the latest SOAP::Lite from CPAN ...
Kevin
sandcrawler2004
Offline Send Email
Jan 8, 2009
5:11 am

Hello Kevin, ... SOAP::Data is included in the SOAP::Lite module's package. So all you need to do to use SOAP::Lite. example: use SOAP::Lite; my $data =...
Lee Carmichael
lecar_red
Offline Send Email
Jan 8, 2009
3:00 pm

... Based on that error message, it looks like you tried to use "SOAP::Lite::Data" and not "SOAP::Data", which is the correct module name. -- Thomas J. Pinkl...
Thomas J Pinkl
tpinkl
Offline Send Email
Jan 8, 2009
3:03 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help