Latest web development tutorials

Web Services summary

Web Services Summary

This tutorial has taught you how to put applications into network applications.

You have to learn how to use XML to send messages between applications.

You also learn how to export a function from the application (create a web service).


You have learned Web Services, the next step?

Next you should learn WSDL and SOAP.

WSDL

WSDL is used to describe Web services based on, and how to access them in a language XML.

WSDL to describe web service, along with the message format and protocol details for the web service.

If you want to learn more knowledge about WSDL, please visit our " WSDL tutorial ."

SOAP

SOAP is a way for an application has the ability to exchange information over HTTP simple XML-based protocol.

Or more simply: SOAP is a protocol used to access the web service.

If you want to learn more knowledge about SOAP, visit our " SOAP tutorial ."