cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy client sending to XI by using the WEB Service

Former Member
0 Kudos

Hi

I have scenario where ABAP Proxy need to send the data by calling a web service middleware as SAP XI/PI,

Can anyone please provide the details of the scenarion that ABAP Proxy calls the webservice to send the data and receive it back the response, (Synchronous communication)

Thanks

PR

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

HI PR,

We have exactly the same scenario to be created like sending data to webservice through synchronous ABAP proxy and receive the synchronous response from webservice and send it back to that synchronous ABAP proxy .

Can you let me know the steps you followed ?

Thanks

Lakshmi S

Former Member
0 Kudos

THANKS

Former Member
0 Kudos

Can you give me the details about how can I create a client Proxy to send data to XI

Former Member
0 Kudos

Hi PR

You can refer this

Thanks

Gaurav

Former Member
0 Kudos

Hi PR

My understanding of your requirement is like

Proxy <-> XI <-> SOAP.

Steps.

1. Create Client proxy to send data to XI

2. Import the WSDL provided by receiver system in XI

3. Do IR steps

4. ID - SA is not required

5. Configure Receiver SOAP adapter using the URL and Soap Action from the WSDL you received.

Thanks

Gaurav