Hi,
I have created a Fiori form hosted on HCP (HANA trial account), using SAP Web IDE where the input will be sent to a server. I have setup the HANA Cloud Connector on the server and configured the destination in the Cloud Platform Cockpit. The connection check returns successful.
The problem lies in the backend. As I understand it, I have to send the form input to a Java app in the Web IDE. For test purposes I have included hard-coded data in the controller.
Currently my controller looks like this:
Image may be NSFW.
Clik here to view.
When clicking the submit button in the application I get the following error:
Image may be NSFW.
Clik here to view.
Instead of using a POST method, what should I be doing to send the input to the Java app which then would send it on to the server?
Is there an example or a guide I could follow that runs through sending input from an application on HCP to a server?
Does anyone have any suggestions relating to alternative ways of achieving this?
Thanks,
Hywel