Service Request Processor
Hi,
I am trying to create an EJB service which should be executed asynchronously.
For that I created an Service request processor data instance where the first key is the service package name.
In the EJB service rule I mentioned Param.pxQueueItemID in Map from key field of the response.
For testing request paramater is any string.
When I am running the EJB (by run button) I am not getting the item id as the response. Respose data type is showing undefined and the value is null.
Can you help what I should do to make it work correctly
I am using P7.1.9
Thanks
Sayak