Adapter for Enterprise JavaBeans 6.5 SP3 | webMethods Adapter for Enterprise JavaBeans Documentation | webMethods Adapter for Enterprise JavaBeans Installation and User’s Documentation | Scenarios | Running a Single Method on Multiple Beans of the Same Type | Alternative 1 | Assumptions
 
Assumptions
*An adapter service has been configured from the CreateEJB 2.1 adapter service template for the desired EJB. The EJB must be an entity bean and its home interface must expose a method that returns multiple instances of the remote EJB. The CreateEJB 2.1 service has been configured to call this method.
*An adapter service has been configured from the InvokeEJB 2.1 adapter service template for the desired EJB to call one of its public methods.
*You will provide all create and bean method input parameters at runtime.
*The same input parameter value(s) will be passed into each bean invocation method.
*All input parameters and/or return values must have types that are recognizable in Designer.