SEO MotionZ Forum

Full Version: Types of Web Services
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
There are two types of web services:

* SOAP
* RESTful
Please Explain It...........
siva s Wrote:There are two types of web services:

* SOAP
* RESTful


Thanks, Please explain about SOAP.
A WSDL is a SOAP concept; some REST implementations (like Jersey) have something similar for REST WS called WADL. I don't know if Spring WS implements REST at all, but their SOAP implementation is not "better" than some REST implementation just because it implements something that only applies to SOAP to begin with, and for which an equivalence in the REST world exists.
Web services are mainly are of two types:

1. SOAP web services - SOAP (Simple Object Access Protocol) messages, typically conveyed using HTTP with an XML serialization in conjunction with other Web-related standards. Such systems often contain a machine-readable description of the operations offered by the service, written in the Web Services Description Language (WSDL), an XML language for defining interfaces syntactically.

2. REST-compliant Web services- REST-compliant Web services, in which the primary purpose of the service is to manipulate Representations of Web resources using a uniform set of stateless operations. Restful web services, often better integrated with HTTP than SOAP-based services are, do not require XML messages or WSDL service–API definitions.
Types of web service are
1 w3 school
2 Rest
3 Soap
SOAP and REST are the web services
Types of Web Services are:
XML
JSON
SOAP
Thanks for giving such information but can us explain both broadly.
JSON, WS, XML e.t.c . i know this much only. if anyone knows in depth please explain here. thank you.

Mobile apps development company Muscat

mobile apps developers in Muscat
Pages: 1 2