Step 1. Create XML iiiPRO06_request.xml
INT008 - Department & Employee Server
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 INT004 so you may simply copy this XML.
1. With your iii Training project open in Studio, select and use the right mouse menu to create a Group. Create group Server XML Employees Request.
2. Expand the solution group
and open iiiPRO04_request.xml in the .The XML should appear something like this:
<?xml version="1.0" encoding="UTF-8"?>
<DepartmentRequest>
<DepartmentCode>ADM</DepartmentCode>
</DepartmentRequest>
3. 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 |
4. Close the
.