Exercise 2: Building a SOAP Provider from an Existing WSDL
This method contrasts sharply with the first exercise. Where Exercise 1 represented a "schema-first" design built manually within Ignition, this exercise demonstrates a "logic-first" approach. By importing a pre-defined WSDL file, you create a provider where the service's contract—its operations and data types—is already established. This significantly reduces manual configuration and allows you to focus immediately on implementing the business logic for each operation.