Web Services in ERP | SOAP - Exercise 1

Web Services in ERP Tutorial

Exercise 1: Building a Custom SOAP Provider

This first exercise demonstrates how to create a fully functional SOAP endpoint from scratch, which involves manually defining all its components. This method provides maximum control over the web service's structure, behavior, and the data it exposes, making it ideal for custom integration projects.

A button in a Perspective View calls SOAP Consumer TagHistoryAverage, which then calls the SOAP Provider TagHistoryAverage. The returned data is displayed on an Ignition Table component.

Next