WSAction parameters

Hi,

I need some help for a problem that should be simple to solve but the current level of information on webMethods documentation is preventing me to move forward.

The issue is as follows:

I need to have an Optimize WSAction calling an Integration Server service to restart a JDBC connection when the connection goes off line.
I’m using the default rule “ART Connection Failure Status” to trigger the configured action.
Everything is working fine (configuration is ok and the service is invoked in the destination IS) but I do not have the necessary information to restart the connection.
I realy just need to have the connection alias but there is no information on the manual on how to achieve this.
I’ve been doing trial-and-error, using parameter names that “could” have this information, but so far no luck.
My configuration for the WSAction is passing the fllowing elemnt list:

RuleName
RuleDefinition
RuleEvaluation
RuleSla
RuleCustomer
RuleSeverity
RuleStatus
Attributes
Time

From the list, the only ones that retutn values are:
-RuleName
-RuleDefinition
-RuleEvaluation
-RuleSla
-RuleStatus
-Time
None of this has information that can be usefull for my case.

I’m using Optimize For Infrastructure 7.1.2 whit fix 4.

Thanks for your help,
Gonçalo Santos