[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Omaha.pm] Question: ODLUG.org and SOAP with PERL



We used SOAP::Lite quite a bit a few years back, but RESTy XML / JSON interfaces seem to be more trendy nowadays? At the time the SOAP::Lite POD was sufficient to get our stuff running. I'm not directly familiar with that Perl SOAP guide (or any other), sorry.  In my experience SOAP interfaces often aren't very SOAPy at all, they just expose a method or two dumping XML payloads, and that's it. Maybe in a .NET or J2EE universe those exposures are more complete?  ("I clicked the 'enable SOAP' button!"   -grin-)

Anyone doing any hardcore SOAP via any platform in Omaha?

For SOAP::Lite specifically, looks like this is the place to be:

   http://tech.groups.yahoo.com/group/soaplite/

Rearding your specific error below, SOAP::Transport::HTTP seems to be part of SOAP::Lite on CPAN, so if you have SOAP::Lite installed it should find that module.

   http://search.cpan.org/~mkutter/SOAP-Lite-0.712/

To install:    cpan SOAP::Lite

Does that help?

Jay Hannah
Software Architect
jhannah@mutationgrid.com | http://mutationgrid.com | 1-402-598-7782



On Sep 30, 2010, at 7:47 PM, Matt Payne wrote:
> Jay -- I've been away from PERL for a while.   Is
> http://guide.soaplite.com/ a good tutorial?   Seems like SOAP library
> is not installed.  Is there a SOAP library that comes out of the box?
> I'd like to stand up a small SOAP server to front graphviz's dot
> utility.
> 
> Thanks! --Matt Payne
> 
> payne@li109-243:~/public_html$ perl hibye.cgi
> Can't locate SOAP/Transport/HTTP.pm in @INC (@INC contains:
> /usr/local/lib/perl5/site_perl/5.12.2/i686-linux
> /usr/local/lib/perl5/site_perl/5.12.2
> /usr/local/lib/perl5/5.12.2/i686-linux /usr/local/lib/perl5/5.12.2 .)
> at hibye.cgi line 5.
> BEGIN failed--compilation aborted at hibye.cgi line 5.
> payne@li109-243:~/public_html$