Introduction to SOAP
Learn about consuming and publishing webservices with SOAP in Mendix. Everything you need to know about WSDL's XSD's & XML to handle SOAP in your project.
Learn about consuming and publishing webservices with SOAP in Mendix. Everything you need to know about WSDL's XSD's & XML to handle SOAP in your project.
Often whilst working in Mendix projects you will need to integrate with one or more third party services or systems. You might need data from another source or you would like to provide information to other parties. Luckily there are standard message protocols created so that information exchange can be done in a common way.
This is an introductory course in which you will learn the basics of sending and receiving messages in Mendix using SOAP. It is a practical and interactive course: your Mendix app will exchange messages with the app of another course participant. You will encounter some of the real-life challenges such as making agreements on how to interface and making changes. The following topics will be treated: Consumed webservice, published webservice, mappings, integration layers. We will conclude with an interactive quiz using your own webservice calls.
After this course you will understand how SOAP services work and you will be able to utilize them in your own Mendix project.