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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 #6267 of 6386 |
Re: [soaplite] Where's SOAP::Data?

Hello Kevin,

> 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?


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 = SOAP::Data->new( name => 'Foo', value => \SOAP::Data->new( name =>
'SubFoo', value => 'special' ) );

print ref $data, "\n";

Take Care,

Lee



Thu Jan 8, 2009 3:00 pm

lecar_red
Online Now Online Now
Send Email Send Email

Forward
Message #6267 of 6386 |
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
Online Now 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