cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between ABAP Application server and external Web Application

Former Member
0 Kudos

Hi Experts,

Is it possible to have a URL based communication between SAP ABAP Application server and Non SAP web application hosted on some other server?

My requirement is basically a one way communication to send HTTP response from a web application hosted on (Non SAP server) to the SAP ABAP application server.

Can anyone please suggest if it is possible to have this kind of communication?

Actually, we are sending the request to the Payment Gateway from some our custom portal application and in turn they are sending us 2 responses:

1. Back to our portal application

2. They want some server URL wherein they can post their responses.

So, basically we are looking for the possibility of a one way communication between the Payment Gateway Interface and ABAP Application Server; so that they can call our SAP ABAP Application server URL with the response parameters as HTTP based response and we should be in a position to capture the response and do further data processing like updating the SAP tables.

Kindly assist.

Thanks & Regards,

Anurag

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You should read and learn about web services...

Regards,

Olivier