INT009 Department Employee Client Optional

LANSA Integrator

INT009 – Department & Employee Client (Optional)

Objectives:

  • To learn how to create a client request RDMLX function to test your Department & Employee Server.
  • To create a wrapper RDML function that calls your client function from a Windows user interface.
  • To learn how to integrate client- and server-side functions with HTTPInboundXMLBindService and HTTPOutboundXMLBindService.
  • To see the overall structure of the client/server transaction.

To achieve these objectives, you will complete the following:

Concepts

You have already written the Department & Employee Server function, and created a service interface for it, in INT008. Now you will create a client function using HTTPOutboundXMLBindService. This client function will allow the user to input a department code, create a request XML document, send the XML to your iiiFN08_SERVICE to be processed, and display the response XML in a user-friendly list.