- SOAP stands for Simple Object Access Protocol
- SOAP a XML-based protocol for accessing web services
- SOAP is platform and language independent
- SOAP is a W3C recommendation for communication between two applications
Advantages of Soap Web Services
WS Security: SOAP defines its own security known as WS Security.
Language and Platform independent: SOAP web services can be written in any programming language and executed in any platform.
Disadvantages of Soap Web Services
Slow: SOAP uses XML format that must be parsed to be read. It defines many standards that must be followed while developing the SOAP applications. So it is slow and consumes more bandwidth and resource.
WSDL dependent: SOAP uses WSDL and doesn't have any other mechanism to discover the service.
0 comments:
Post a Comment