EJBHandler ejbHandler = new EJBHandler(endpoint, serviceInterface);
String methodName = operation.getName();
// invoke business method on ejb
Object response = ejbHandler.invoke(methodName, (Object[])payload);
return response;
}
protected NamingEndpoint getNamingEndpoint() {