What's next after learning WSDL?

WSDL Overview

This tutorial has explained how to create WSDL documents that describe web services. It also specifies the location of the service and the operations (or methods) provided by the service.

You have learned how to define message format and protocol details for web services.

You have also learned how to register and search for web services through UDDI.

What's next after learning WSDL?

The next step should be to learn SOAP and Web Services.

SOAP

SOAP is a simple protocol based on XML, which allows 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 our SOAP Tutorial.

Web Services

Web services can convert your application into a web application.

Messages can be transmitted between applications using XML.

If you want to learn more about Web services, please visit our Web Services Tutorial.