Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Perl Webservices...whats it good for?

by dze27 (Pilgrim)
on Mar 26, 2003 at 21:35 UTC ( [id://246094]=note: print w/replies, xml ) Need Help??


in reply to Perl Webservices...whats it good for?

You don't *have* to be excited by web services, but it seems cool because it's a useful standard that abstracts away a lot of messy details that it would be easier not knowing. You can easily create an application with functions, that people running different platforms and programming in different languages can call over the web. As long as their environment supports SOAP, you can communicate, never mind all the details of encoding the data, standardizing data types, error handling, etc.

If I understand your question, SOAP isn't meant to replace using a webserver and LWP. LWP is basically a programmatic web browser. SOAP is a way of creating a web service, i.e. application that is available through the web.

Personally I haven't written a web service yet, but I've used a couple and it was very easy to do.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-29 14:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found