Objectives

  • To learn how to create a client request RDMLX function to test your Department & Employee Server.

  • To create a visual Form 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 exercise INT007 - Department & Employee Server. 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 iiiFN06_SERVICE to be processed, and display the response XML in a user-friendly list.

  • No labels