Web Services
Web Services
Web Services are reusable software components that can be consumed over the Web by means of standard Internet technologies. Mechanisms exist to publish and discover Web Services on the Web, allowing users to locate and integrate them into their applications.
A Web Service is comprised of one or more methods that expose functionality. A Web Service can be thought of as an Application Program(ming) Interface (API), the one big difference being, consumers can access the service using Simple Object Access Protocol (SOAP) over HTTP.
SOAP is an XML based lightweight protocol that defines the message format for Web Services, which allows heterogeneous systems to communicate with each other in a standard way. Seeing Web Services are based on ubiquitous technologies, they have been quickly accepted for the interchange of data.
For information about implementing Ektron CMS400.NET's Web services support for your Web site, refer to Web Services in the Ektron CMS400.NET Developer's Reference Manual.