In this step, you will create the XML to SEND the Department Code from client to the server function. You can use any text editor to write XML. The required XML for the Department Code request is the same as the XML used in INT003 so you may simply copy this XML.
<?xml version="1.0" encoding="UTF-8"?>
<DepartmentRequest>
<DepartmentCode>ADM</DepartmentCode>
</DepartmentRequest>
Select the Save As option and specify these save details:
Save in | locate the iii Training directory, by default C:\Program Files\LANSA\Integrator\Studio\workspace\iii Training\solutions\Server XML Employees Request |
File Name | iiiPRO06_request.xml |