INT009 - SOAP Service

In these exercises, you will build a solution that allows a business application to call a web service operation and receive results from it without having to concern itself with any of the web service protocols and standards. The technical details have been taken care of by the LANSA Integrator SOAP Agent service and by the code generated by the SOAP Wizard.

There are three exercises in this set which together, demonstrate how to implement a SOAP web service using LANSA Integrator Studio. These exercises need to be completed in sequence.

The exercises create a web service called GetEmployees.

SOAPServerAgentOutline

The following summarizes the steps you will follow in the three exercises to build and test your SOAP Service:

INT009A – SOAP Service – Define Server

INT009B – SOAP Service – Define Agent

INT009C – SOAP Service – Test

To achieve this objective you must perform these steps in this sequence:

INT009A – SOAP Service – Define Server

INT009B - SOAP Service - Define Agent

INT009C - SOAP Service - Test