Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Web Services summary


May 23, 2021 Web Services


Table of contents


You've learned Web Services, what's next?

This section is about A summary of Web Services and tell you what to do next.

Web Services profile

This tutorial has shown you how to convert an application to a web application.

You've 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've learned Web Services, what's next?

Next you should learn WSDL and SOAP.

Wsdl

WSDL is an XML-based language used to describe Web services and how to access them.

WSDL describes web service, along with the details of the message format and protocol used for web service.

If you would like to learn more about WSDL, please visit our WSDL Tutorial.

Soap

SOAP is an easy XML-based protocol that enables applications to exchange information over HTTP.

Or, more simply, SOAP is a protocol for accessing web services.

If you would like to learn more about SOAP, please visit our SOAP Tutorials.