I am trying to call one of the JS adapter procedure from another JS adapter procedure.It is not calling another JS adapter procedure. I have used below code format:
MFP.Server.invokeProcedure({
adapter : "AdapterName",
procedure : "procedureName",
parameters : ["MobileFirst"]
});
Please let me know if I have to integrate all these adapters into a single Maven project. Or, if it was created as a separate individual project in eclipse then also it will work. Please let me know where is the problem.
Thanks,