What's next after learning SOAP?
- Previous Page SOAP Example
- Next Page SOAP Tutorial
SOAP Overview
This tutorial has explained how to exchange information between applications using SOAP through HTTP.
You have learned about the different elements and attributes in SOAP messages.
You have also learned how to use SOAP as a protocol to access web services.
What's next after learning SOAP?
The next step should be to learn WSDL and Web Services.
WSDL
WSDL is an XML-based language used to describe Web services and how to access them.
WSDL can describe a web service, along with the message format and protocol details used for this web service.
If you need to learn more about WSDL, please visit our WSDL Tutorial.
Web Services
Web services can convert applications into web applications (web-applications).
Messages can be transmitted between applications using XML.
If you need to learn more about web services, please visit our Web Services Tutorial.
- Previous Page SOAP Example
- Next Page SOAP Tutorial