cancel
Showing results for 
Search instead for 
Did you mean: 

successfactors extension not reaching java backend

Hello,

I am developing a successfactors extension on SAP HANA cloud platform that has a java backend.

To reach for the backend, i added the destination in the Cloud itself and am in neo-app and in each screen i add the servlet name to the main url. It is working in the webide, however from success factors sap/fiori/portalsfextsitetemplates/ is added between the base url and the servlet name causing a 404 error.

I have added the backend url in provisioning.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

changed the get method and used ajax to call backend and this solved the problem.

Answers (2)

Answers (2)

0 Kudos

Hi Noha,

Did you manage to solve this issue. As we are having the same issue.

0 Kudos

Hi Noha,

Did you provide trust relation with your java back-end and successfactors ?

Regards.

Gokhan.

0 Kudos

Hello Gokhan,

I am using the below method to construct the url, however it is returning undefined from the successfactors

getURL: function(suffix){ try{ if((typeof(sap.ushell.cpv2) !== "undefined")){ return jQuery.sap.getModulePath("hrportalHRPortal") + suffix; } else{ return suffix; } }catch(oException){ oException.toString(); } }

0 Kudos

Hello,

Do you have a solution for this problem? I'm also facing it.