In this step, you will map the Outbound and Inbound parameters to the program variable names that you will use in the business logic that calls this web service.
The Inbound and Outbound parameters are obtained from the WSDL file you located in the previous step.
Repeat for the sectionCode Outbound parameter, mapping it to program variable SECTION.
The mapped program variable name is now in brackets following the parameter name.
The icon has changed to indicate that the parameter is mapped.
Instead of right-clicking and selecting your action from the context menu, you can press Enter to open whichever parameter is highlighted. Use the Arrow keys to move up and down the list. |
Map each Inbound field to the relevant program variable using these program variable names:
Inbound | Program variable name |
|---|---|
firstName | GIVENAME |
salary | SALARY |
surname | SURNAME |
Note that the program variable used by the Agent program will not normally be the same as the name used for the server's program.
When you have assigned all the Inbound fields, Save your work by either pressing the Save button, pressing the Ctrl + S keys or use Save from the File menu.