Now that you have learned Web Services, what will you learn next?
Web Services Summary
This tutorial has shown you how to convert an application into a network application.
You have learned how to use XML to send messages between applications.
You also learned how to export a feature from an application (create a web service).
You have learned Web Services, what’s the next step?
Next you should learn WSDL and SOAP.
WSDL
WSDL is a XML-based language used to describe Web services and how to accessthem.
WSDL can describe web service, along with details of the message format and protocol used for web service.
If you want to learn more about WSDL, please visit our WSDL tutorial.
SOAP
SOAP is a simple XML-based protocol that enables applications to exchange information over HTTP.
Or to put it more simply: SOAP is a protocol for accessing web service.
If you want to learn more about SOAP, please visit our SOAP tutorial.