Application Development 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: 

SAP ABAP call servlet interface

JamesG
Participant
0 Kudos
315

Hi experts,

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

thanks everyone

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos
232

What do you mean?

raymond_giuseppi
Active Contributor
232
  • 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?

JamesG
Participant
0 Kudos
232

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

Sandra_Rossi
Active Contributor
0 Kudos
232

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

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

Jakarta Servlet - Wikipedia