Skip to Content
0
Former Member
Jul 25, 2016 at 01:54 PM

Passing data from third party website to SAPUI5 app using POST

124 Views

I would like to pass data from a third party website using POST method to my SAPUI5 application.

The third party website is using a html form with POST method to transfer the data. I can influence the 'action' attribute of the form.

The idea would be to create a service in SICF which would handle the http response and read the data transferred from the third party website. But how could I pass the data to the SAPUI5 and populate a table with the data?