Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP ABAP call servlet interface

JamesG
Participant
0 Likes
1,510

Hi experts,

When I call the servlet interface with abap, does it call the same way as rest?

thanks everyone

Hi experts,

When I call the servlet interface with abap, does it call the same way as rest?

thanks everyone

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,427

What do you mean?

Read only

RaymondGiuseppi
Active Contributor
1,427
  • Servlets are Java applications that run on the server side and (usually) generate HTML-based dynamic content.
  • Rest is is an application programming interface (API or web API) that conforms to the constraints of REST architectural style and allows for interaction with RESTful web services.

So could you reformulate your question?

Read only

JamesG
Participant
0 Likes
1,427

Can I call a servlet the same way I call a rest interface?

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,427

I think people doubt what "servlet" means. Tell us more!

If your "servlet" can be accessed through HTTP, yes.

Jakarta Servlet - Wikipedia