You have learned about Web Services, what should you learn next?
- 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 feature from an application (create a web service).
You have learned about Web Services, what's next?
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 enables applications to exchange information via HTTP.
Or 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