ANSWERS 100% PASS
are software applications that communicate with each other over the internet using
standard protocols.
They enable different systems to exchange data and functionality, regardless of their
underlying platforms or programming languages. - ✔✔Web services or Web Service
Technologies
are able to expose their resources in this generally accessible way because they
adhere to recognized standards.
·Publicly describes its own functionality through a WSDL file
·Communicates with other applications via XML messages, often formatted with
SOAP
·Employs a standard network protocol such as HTTP - ✔✔Standard Technologies
3 Standard Technologies - ✔✔1.WSDL (Web Services Description Language)-
2. XML and SOAP-
3. HTTP
COPYRIGHT © 2025 BY EMILLY CHARLOTTE, ALL RIGHTS RESERVED 1
,This is the fundamental protocol for communication over the internet. Web services
often use HTTP methods like GET, POST, PUT, and DELETE to perform operations
on resources. - ✔✔HTTP
____ is a markup language used to structure data, while ___ is a protocol for
exchanging information in ___ format. ____ messages typically contain an envelope,
header, and body, which define the structure and content of the message. - ✔✔XML
and SOAP-
This XML-based language is used to describe the functionality of a web service,
including the operations it supports, the parameters they accept, and the data types
they return. This allows other applications to understand and interact with the
service. - ✔✔WSDL (Web Services Description Language)-
5 Key Web Service Technologies
5 common types of web service architectures - ✔✔REST (Representational State
Transfer)-
SOAP (Simple Object Access Protocol)-
GraphQL-
gRPC (Google Remote Procedure Call)-
WebSockets-
Øarchitecture is a framework for creating and deploying applications that are
loosely coupled.
COPYRIGHT © 2025 BY EMILLY CHARLOTTE, ALL RIGHTS RESERVED 2
, ØThis means that entities that a web service interacts with may not exist when the
web service is developed. - ✔✔Web Service Architecture
figure kung paano yung Web Service Architectur - ✔✔Client <--- ---> Web Service
Other resources needed <--- ---> Web Service
External Web Service <--- ---> Web Service
Web service architectures have three roles- - ✔✔1.Service Provider-
2.Service Requester-
3.Service Registry-
•Hosts the web service.
•Creates and implements the service.
Publishes the service description to a registry or directly to the internet. - ✔✔Service
Provider-
•Discovers and locates the service.
•Understands the service's capabilities and interfaces.
•Sends requests to the service and processes the responses. - ✔✔Service Requester-
•Optional component that stores information about available services.
•Helps service requesters find and discover services. - ✔✔Service Registry-
A popular architectural style that leverages HTTP methods (GET, POST, PUT,
DELETE) to interact with resources. - ✔✔REST (Representational State Transfer)-
A protocol for exchanging information in a standardized XML format. - ✔✔SOAP
(Simple Object Access Protocol)-
COPYRIGHT © 2025 BY EMILLY CHARLOTTE, ALL RIGHTS RESERVED 3