What should you learn next after learning Web Services?
- Previous Page WS Usage
- Next Page WS Tutorial
Web Services Overview
This tutorial has explained to you how to convert an application into a network application.
You have learned how to send messages between applications using XML.
You have also learned how to export a function from an application (create a web service).
What should you learn next after learning Web Services?
Next, you should learn about WSDL and SOAP.
WSDL
WSDL is an XML-based language used to describe Web services and how to access them.
WSDL can describe web services, including the details of the message format and protocol used for web services.
If you want to learn more about WSDL, please visit ourWSDL Tutorial》。
SOAP
SOAP is a simple XML-based protocol that allows applications to exchange information via HTTP.
Or more simply put: SOAP is a protocol used to access web services.
If you want to learn more about SOAP, please visit ourSOAP Tutorial》。
- Previous Page WS Usage
- Next Page WS Tutorial