cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

REST service on BTP in CAP or MTA

andreas_gall2
Participant
0 Kudos
547

Hi there

I try to develop some kind of a REST service on BTP which should cover the following requirements

  • receive external CRUD calls (triggered from outside)
  • sends OData and/or REST requests to endpoints

What would be the best approach to accomplish this? A plain MTA application or using the CAP model? Both have their advantages but also disadvantages. I've found several approaches in blogs but non of these really convinced me.

Thanks for any input on this

Andreas

View Entire Topic
gregorw
SAP Mentor
SAP Mentor

I would vote for CAP. Check out the WIP Branch Simple protocol adaptors by daniel.hutzel for some inspiration regarding the REST endpoint. Sending OData Requests from CAP works just like a charm.

Swetha__Balusamy
Explorer
0 Kudos
Hi @gregorw, Is it possible to get dynamic input to the action import without using rest endpoint in CAP application?