SOAP  SOAP , originally defined as  Simple Object Access Protocol , is a  protocol  specification for exchanging structured information in the implementation of  Web Services  in  computer networks . It relies on  Extensible Markup Language  (XML) as its message format, and usually relies on other  Application Layer  protocols (most notably  Remote Procedure Call  (RPC) and  HTTP ) for message negotiation and transmission. SOAP can form the foundation layer of a  web services protocol stack , providing a basic messaging framework upon which web services can be built
As a layman's example of how SOAP procedures can be used, a SOAP message could be sent to a web service enabled web site (for example, a house price database) with the parameters needed for a search. The site would then return an XML-formatted document with the resulting data (prices, location, features, etc). Because the data is returned in a standardized machine-parseable format, it could then be integrated directly into a third-party site.

More Related Content

PPTX
Service relationships
PPTX
Service view
PPTX
Introduction to web services
PPTX
TCP/IP and UDP protocols
PDF
Stateful SOAP Webservices
PPTX
SOAP--Simple Object Access Protocol
PPT
02 protocols and tcp-ip
PDF
Ppt multicast routing
Service relationships
Service view
Introduction to web services
TCP/IP and UDP protocols
Stateful SOAP Webservices
SOAP--Simple Object Access Protocol
02 protocols and tcp-ip
Ppt multicast routing

Viewers also liked (6)

PPTX
Web Services - Architecture and SOAP (part 1)
PPTX
QoS (quality of service)
PPT
Multicast Routing Protocols
PPTX
Quality of Service
PPTX
Tcp and udp
PPT
TCP/IP(networking)
Web Services - Architecture and SOAP (part 1)
QoS (quality of service)
Multicast Routing Protocols
Quality of Service
Tcp and udp
TCP/IP(networking)
Ad

Similar to SOAP (20)

PPTX
Simple Object Access Protocol (SOAP).pptx
PPT
SOA and web services
PPT
Web services
PPT
Intro to web services
DOCX
fffSeminar
DOCX
Rest vs soap
PPTX
WebServices Basic Overview
PPTX
Mule Webservices
PPTX
WebServices Basic Overview
PDF
Introduction to SOAP
PPTX
SOAP by luv
PPT
Soa business centric and soap basic
PDF
Java Web Services [2/5]: Introduction to SOAP
PPTX
Web-Services!.pptx
PPTX
Introduction to WebServices
PPT
Web services for developer
PPTX
Soap,Rest&Json
PDF
Introduction to SOAP
PDF
PPTX
Soap web service
Simple Object Access Protocol (SOAP).pptx
SOA and web services
Web services
Intro to web services
fffSeminar
Rest vs soap
WebServices Basic Overview
Mule Webservices
WebServices Basic Overview
Introduction to SOAP
SOAP by luv
Soa business centric and soap basic
Java Web Services [2/5]: Introduction to SOAP
Web-Services!.pptx
Introduction to WebServices
Web services for developer
Soap,Rest&Json
Introduction to SOAP
Soap web service
Ad

Recently uploaded (20)

PPTX
Virtual and Augmented Reality in Current Scenario
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
IGGE1 Understanding the Self1234567891011
PDF
My India Quiz Book_20210205121199924.pdf
PPTX
B.Sc. DS Unit 2 Software Engineering.pptx
PDF
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
Uderstanding digital marketing and marketing stratergie for engaging the digi...
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Complications of Minimal Access-Surgery.pdf
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
Hazard Identification & Risk Assessment .pdf
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
20th Century Theater, Methods, History.pptx
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PDF
Weekly quiz Compilation Jan -July 25.pdf
Virtual and Augmented Reality in Current Scenario
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Environmental Education MCQ BD2EE - Share Source.pdf
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
IGGE1 Understanding the Self1234567891011
My India Quiz Book_20210205121199924.pdf
B.Sc. DS Unit 2 Software Engineering.pptx
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Uderstanding digital marketing and marketing stratergie for engaging the digi...
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Complications of Minimal Access-Surgery.pdf
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
Hazard Identification & Risk Assessment .pdf
LDMMIA Reiki Yoga Finals Review Spring Summer
20th Century Theater, Methods, History.pptx
AI-driven educational solutions for real-life interventions in the Philippine...
FORM 1 BIOLOGY MIND MAPS and their schemes
Weekly quiz Compilation Jan -July 25.pdf

SOAP

  • 1. SOAP SOAP , originally defined as Simple Object Access Protocol , is a protocol specification for exchanging structured information in the implementation of Web Services in computer networks . It relies on Extensible Markup Language (XML) as its message format, and usually relies on other Application Layer protocols (most notably Remote Procedure Call (RPC) and HTTP ) for message negotiation and transmission. SOAP can form the foundation layer of a web services protocol stack , providing a basic messaging framework upon which web services can be built
  • 2. As a layman's example of how SOAP procedures can be used, a SOAP message could be sent to a web service enabled web site (for example, a house price database) with the parameters needed for a search. The site would then return an XML-formatted document with the resulting data (prices, location, features, etc). Because the data is returned in a standardized machine-parseable format, it could then be integrated directly into a third-party site.