Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTTP Methods in SAPUI5

Tags:

sapui5

I was learning SAPUI5 in this week and I realized that even a web developer can write an enterprise mobile application using SAPUI5.

But I am confusing with data handling with server. Will the SAPUI5 app communicate only with an SAP-based application using OData?

Or can I communicate with a RESTful PHP-server app using HTTP methods?

like image 834
Anshad Vattapoyil Avatar asked Nov 29 '25 16:11

Anshad Vattapoyil


1 Answers

OData is not a SAP-only protocol. OData is an Open Data Protocol: OData Website.

Also SAPUI5 have JSON-models you are able to use for RESTful GET-data. But in this case, all methods other then GET you have to do on your own.

You can try to implement OData in your PHP-application: OData Producer Library for PHP V1.2.

like image 106
Manuel Richarz Avatar answered Dec 02 '25 02:12

Manuel Richarz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!