Latest web development tutorials

WSDL summary

WSDL Summary

This tutorial is for you to explain how to create a web service described in WSDL document. It also specifies the operations (or methods) the service location and services provided.

You have to learn how to define web service message format and protocol details.

You can also learn a UDDI to register and search for web services.


You have learned WSDL, next?

The next step should be learning SOAP and Web Services.

SOAP

SOAP is a simple XML-based protocol that allows applications to exchange information over HTTP.

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

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

Web Services

Web services can turn your application into a web application.

With XML, you can transfer messages between applications.

If you want to learn more knowledge about Web services, visit our Web services tutorials .