Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: start over with SOAP in Perl?

by mattk (Pilgrim)
on Sep 06, 2006 at 00:38 UTC ( [id://571359]=note: print w/replies, xml ) Need Help??


in reply to start over with SOAP in Perl?

I ran into this same brick wall a few months into starting with my current employer. I spent about a week battling SOAP::Lite and SOAP::WSDL (the stub builder seemed so promising!), before deciding to build my own. The most time consuming part was learning how SOAP and WSDL works; once I'd managed to parse the WSDL and chop it up into usable pieces, the rest was lots of fun to write - I went with an on-the-fly class-based solution, using Class::Struct, Tie::IxHash, Sub::Installer, LWP::UserAgent, and lots of closures.

Anyway, in the end it was maybe a week or two's worth of work so I'd imagine it wouldn't be very hard to start up a project. I'd be interested in contributing if this does go ahead.

Replies are listed 'Best First'.
Re^2: start over with SOAP in Perl?
by cbrandtbuffalo (Deacon) on Feb 28, 2007 at 15:27 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 17:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found