Hi,
We are developing Fiori app on HCP and using sap.ui.unified.FileUploader to upload documents to HCP Document Repository. I developed a Document Service Servlet to handle loading uploaded documents to Document Repository. The whole scenario works fine on our development tenant.
On our testing tenant.
1) I deployed and registered the Fiori app to the tenant Launchpad;
2) I then subscribed my Java application (The Document Service Servlet) on tenant.
When I try to upload document from Fiori app on the testing tenant, I receive "HTTP Status 405 - Bad Method" from Servlet.
The doPost method of Servlet is very well tested on Dev. tenant. Why does it return the error to Fiori client?
Any help will be highly appreciated.
Thanks,
Ken