in reply to Re: Webservices
in thread OT: Webservices
"Most likely, that someone means ..."
Most likely NOT! web serive is a formal terminology that has its well defined meaning. Today, most of the IT people knows what web service is.
"But this has nothing at all to do with Perl"
I am not sure whether you are thinking of Java, but web service is not owned by any specific language. The service could be provided by a component written in any language, obviously including Perl. So Perl is related to web service.
Here is the official definition given by W3C:
"A Web service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically WSDL). Other systems interact with the Web service in a manner prescribed by its description using SOAP-messages, typically conveyed using HTTP with an XML serialization in conjunction with other Web-related standards."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Webservices
by ysth (Canon) on Jan 12, 2004 at 03:18 UTC | |
|
Re: Webservices
by Abigail-II (Bishop) on Jan 12, 2004 at 10:23 UTC | |
|
Re: Re: Re: Webservices
by Anonymous Monk on Jan 12, 2004 at 13:24 UTC |