Before you begin
This class uses labs based on Xamarin.Forms to demonstrate cross-platform capabilities on iOS, Android and Windows. To complete the coding exercises, you will need a Xamarin development environment with either a simulator/emulator or a device to run the exercise on. Please read the setup requirements if you need help installing the Xamarin development environment.
Overview
This is the second of two classes on consuming web services in your mobile applications. This class covers consuming SOAP-based services with the built-in WCF network stack.
Objectives
- Working with SOAP Services
Lecture
XAM151 - Consuming SOAP-based Web Services.
Exercises
Exercise materials are available from GitHub. The code can be cloned through a desktop Git client or downloaded directly as a ZIP file.
- Calling a SOAP Book ServiceExercise
In this exercise, we will use WCF to interact with an online book service using SOAP.
Additional resources
In this class we will be utilizing Microsoft's Windows Communication Foundation framework (WCF), here are some additional tips on working with WCF.