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:
- Concepts
- Step 1. Create XML iiiPRO06_request.xml
- Step 2. Create XML iiiPRO06_response.xml
- Step 3. Create iiiFN06 Server Inbound (request) binding
- Step 4. Create iiiFN06 Server Outbound (response) binding
- Step 5. Binding Deployment & Configuration
- Step 6. Code iiiFN06 Server GET Functionality
- Step 7. Code iiiFN06 Server Database Logic and SET functionality
- Step 8. Update JSMDirect Configuration Table for iiiFN06
- Step 9. Create User Agent Host Configuration file for iiiFN06
- Step 10. Test iiiFN06 Server Function with User Agent Client
- Summary