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

Obtain HTTP Response Code from asynchronous web service call

Former Member
0 Likes
669

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
Read only

custodio_deoliveira
Active Contributor
0 Likes
518

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

Read only

0 Likes
518

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.