Objectives

  • To create a server-side function that, given a department code, responds with a list of all employees in that department, including a list of skills for each listed employee.

  • To create a User Agent file to test the server function.

  • To use the XML Binding Wizard to create a simple mapping for the inbound request fragment.

  • To use the XML Binding Wizard to create a more complex mapping for the outbound response, including multiple fragments and a list.

  • To define outbound XML fragments dynamically within the RDMLX logic, allowing a single fragment to be written multiple times.

To achieve these objectives, you will complete the following:

  • No labels