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: 

Obtain HTTP Response Code from asynchronous web service call

Former Member
0 Kudos

Hi community.

I've been working around with asynchronous web service calls and I was wondering if there is a way to check if the request at least reached the destination.

I was thinking about how can I retrieve the HTTP Response code. Is there a way for it to be returned in the output of a method implemented in the proxy client?

Thanks in advance for your attention.

2 REPLIES 2

custodio_deoliveira
Active Contributor
0 Kudos

Hi Mike,

Have you heard of ABAP Push Channels (websockets)? If you are on version 740, maybe you could give it a try:

Cheers,

Custodio

0 Kudos

Hi Custodio. Thank you very much for your reply.

Unfortunately, we are managing the communication between our Web Service and a service that wasn't implemented by us. So this solution won't probably fit our needs.

But I really appreciate your help.

Thank you.