You have learned about Web Services, what should you learn next?

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).

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, along with 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 to put it more simply: SOAP is a protocol used to access web services.

If you want to learn more about SOAP, please visit ourSOAP Tutorial》。