NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
sorta (Score:1)
Reply to This
Re:sorta (Score:2)
How about GET
HTTP fucking rocks, I wish people would stop using SOAP and XMLRPC when it's just plain not needed (not implying that's your intention, pudge, just most people see web services == SOAP). Of course I have a talk about that
Re:sorta (Score:1)
SOAP and XML-RPC *are* HTTP. :p
I agree with your sentiment (when people started talking about this "new" thing called web services, I had similarly virulent reactions), but the key here is interoperability. More people can play this way. Further, this isn't just for use Perl, it is for Slash. I likely will use SOAP or XML-RPC or both, because I see no reason at all not too, and because it gives me the
Re:sorta (Score:2)
1. If you can do SOAP over HTTP you can do plain HTTP. It's not that hard, in fact I submit it's easier for the majority of languages (perhaps Perl excepted [soaplite.com]).
2. SOAP provides you with zero logging unless you do it yourself. Whereas with straight HTTP the server logs for you. If you use SOAP at http://use.perl.org/soap, then you might log 2000 calls to that URI a day, but you have no idea how they break down. That's bad, m'kay?
3. No
Re:sorta (Score:1)
2. Slash already handles its own lo
Re:sorta (Score:1)