Objectives
To create a server XML application that receives a list of Department Codes and a simple field which then responds back with a list of Department Descriptions and a simple field.
To create a server side RDMLX function that uses JSMDirect to receive the XML sent by the client side function.
To achieve this objective, you will complete the following:
- Concepts
- Step 1. Create XML iiiPRO05_request.xml
- Step 2. Create XML iiiPRO05_response.xml
- Step 3. Create iiiFN04 Server inbound (request) binding
- Step 4. Create iiiFN05 Server outbound (response) binding
- Step 5. Binding Deployment and Configuration
- Step 6. Code iiiFN05 Server GET functionality
- Step 7. Code iiiFN05 Server Database Logic and SET functionality
- Step 8. Update Configuration Table for iiiFN05
- Step 9. Create User Agent file for iiiFN05
- Step 10. Test iiiFN05 function with User Agent
- Summary