cancel
Showing results for 
Search instead for 
Did you mean: 

EJB service access issue

apu_das2
Active Contributor
0 Kudos

Hi,

I have EJB service which is exposed as Web service and the url is getting called from different tiles of a fiori front end.

The service is working fine when getting call from a particular tile but failing when the same service is getting called from another tile. It is giving an error called "No listener found".

Any idea what could be the reason and where to check?

Accepted Solutions (0)

Answers (2)

Answers (2)

apu_das2
Active Contributor
0 Kudos

Yes Binod, Services are getting called by exactly same URL -

As it is getting called from 2 different tiles, hence base URL is slightly different but service URL is exactly same. For the first URL - it is getting called via generic - J2EE_GUEST user but for second one it is the user id of the user who is accessing the front end.

From My pending Approval - failing
https://flpnwc-XXXX.dispatcher.us1.hana.ondemand.com/sap/fiori/YYYYmyapproval/abcd.com_bpm.ph2_track...


From Search prop0sal - Successful
https://flpnwc-XXXX.dispatcher.us1.hana.ondemand.com/sap/fiori/YYYY/abcd.com_bpm.ph2_trackprop_cas_p...

Is there any place where role is required to maintaon for an EJB/CAF service call?

binod8
Active Participant
0 Kudos

Hi Apu,

Are you sure both of your tiles are making call to exactly same URL with similar parameters?

Thanks,

Binod