String assId=getAssignmentId(procId,actKey);
// invoke the procedure with the specified parameters
AppParameter[] aprs=(AppParameter[])parameters.toArray(
new AppParameter[parameters.size()]);
ta.invokeApplication(transaction,
shandle.getHandle(),
appN,
procId,
assId,
aprs,