Skip to content

KINGSANIT CYBERPEDIA

Menu
  • Cyber Security
    • Cyber Security Fundamentals
      • Security Principles
      • Information Security
    • Hacking
      • Reconnaissance
        • Footprinting
        • Scanning
        • Enumeration
        • Vulnerability Analysis
      • Privilege Escalation
      • Ethical Hacking
    • Governance, Risk And Compliance (GRC)
      • Risk Management
    • Security Architecture And Engineering
      • Cryptography
      • Identity Access Management
    • Security Operations
      • Security Assessment
        • Vulnerability Management
          • Threat Intelligence
      • Intrusion Detection And Prevention
    • Cyber Security Attacks and Threats
      • DoS
      • Password Hacking
      • Web Attacks
      • Web Applications Attacks
      • WI-FI Wireless Attacks
      • Bluetooth Attacks
  • Computer Networks And Internet
    • LAN Switching
    • Networking Protocols
    • Internet
  • Information Technology
    • Database
    • Web
  • Computer Architecture And Organization
  • Operating Systems
    • Programming
Menu

Web Service

Posted on by

A Web Service (WS) is a software function provided over a network that allows different applications to communicate and exchange data using protocols. Standard protocols like XML, SOAP are used for the communications.

Web Service Architecture

Service Provider is the platform that provides services to the consumers.

Service Requester is the client requesting for service from the service provider.

Service Register is where the provider loads service descriptions and the service requester discovers the service and gets the binding data.

UDDI (Universal Description, Discovery, and Integration) provides directory service that lists all the services available.

WSDL (Web Services Description Language) is an XML based interface that describes Web Service.

WS-Security is an open standard developed by OASIS that provides security for SOAP-based web services.

SOAP (Simple Object Access Protocol) is a messaging protocol specification for exchanging structured information for web services in Internet

REST API is an application programming interface (API) that conforms to the design principles of the representational state transfer (REST) architecture which is used for Web Services.

Web Service Operations

Publish – The service descriptions are published.

Find – The requester gets the service descriptions and binding information.

Bind – The requester establishes connection with the Service Provider.


Recent Posts

  • Cloud Attacks
  • Serverless Computing
  • Virtualization
  • Hypervisor
  • Containers
© 2026 KINGSANIT CYBERPEDIA | Powered by Minimalist Blog WordPress Theme