WebservicesJSON UNIT1 Part3 PRG
WebservicesJSON UNIT1 Part3 PRG
</soap:Envelope>
WSDL
• Web Services Description Language (WSDL) is another
XML-based language that was created to describe the
usage of a particular web service, or rather, how a
particular service could be called.
• an XML-based language for describing network services
• WSDL has descriptions of capabilities and locations of
services
• like an interface description language for Web services
• communication using SOAP or direct HTTP
REST
• Representational State Transfer, often abbreviated as REST,
describes a way of using the existing HTTP protocol to transmit
data.
• Although used mostly for web services, REST can be used for any
type of HTTP-based request and response systems as well.
Sample Code
Running Code
RECAP
• Webservices
• SOAP
• WSDL
• REST
JSON
• JSON is a very lightweight data format based on a
subset of the JavaScript syntax, namely array and
object literals.