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.


In reply to Re: Perl Webservices...whats it good for? by gildir
in thread Perl Webservices...whats it good for? by ergowolf

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.