Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

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

by gildir (Pilgrim)
on Mar 27, 2003 at 08:43 UTC ( [id://246192]=note: print w/replies, xml ) Need Help??


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

Fellow monk,

I think that similar question asks the majority of IT industry. For some people the answer is obvious, for some not. It's the same with every new technology ....

But the question you ask looks weird to me: "Why is SOAP better than using a webserver and LWP or some other alternative?" Web services (SOAP is just one building block of these) are in its essence something very different from web server. Web server's purpose to live is to serve HTTP objects (mostly HTML pages). On the other hand, web services are communication means between two computer systems. For example, SOAP messages can be transported by SMTP or plain TCP, not just HTTP.

You should look at web services as an alternative to RPC, CORBA or Messaging Oriented Middleware, not as an alternative to Web Server. It is like to consider SMTP e-mail to be alternative to TCP/IP.

These technologies are on different IT architecture layers.

  • Comment on Re: Perl Webservices...whats it good for?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-24 18:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found