Action Viewerscreen which should look like that shown below.
As for pattern nodes, we can specify a name, description and content type for each action using the controls at the top of the page. The bottom part of the screen allows us to manipulate parameters.
Each action will automatically have two parameters: requestand
response. These represent the XML that will be passed to and received from this action, and they cannot be deleted.
We can define any other parameters that may be needed, and manipulate them using the following functions:
We can create a new action by typing a name for it in the text box, and clicking on the
To set the details for a parameter, click on its name in the list to go to the Newbutton. The only restriction on parameters is that each name must be unique. Parameters can be copied by selecting the existing parameter to copy with the radio buttons, typing the name for the new parameter in the text box, and then clicking on
copy. Again, the new name given must be unique among all the parameters for this action. It is not possible to copy the
requestor
responseparameters. A parameter can be deleted by selecting the parameter to delete with the radio buttons, and clicking
Delete. As mentioned above, the
requestor
responseparameters cannot be deleted.
Parameter Viewerdescribed in the next section.