cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP TO PROXY synchronous communication

Former Member
0 Kudos

Hi can some one help to get the information to build SOAP to Proxy synchronous interface.

Accepted Solutions (1)

Accepted Solutions (1)

former_member213558
Active Participant
0 Kudos

Hi.

there are many blogs are available, please check.

and here are some.

SAPTechnical.COM - XI - Synchronous Scenario by triggering ABAP Client proxies from ABAP Server prox...

former_member186851
Active Contributor
0 Kudos

Hello Raju,

You need to configure.

1.Soap channel

2.Soap channel with XI 3.0 protocol @ the receiver side.

you can refer the below link to get an idea..your scenario will be reverse of the below one.

Former Member
0 Kudos

Thank you sritharan it is very helpful for me.

former_member186851
Active Contributor
0 Kudos

Hello Raju,

You can call me Raghu.

Close the thread if your query is addressed.

Former Member
0 Kudos

That is happy to listen from you.

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Raju,

Like a little tip, you will have scenarios that you can't find a how-to, but you can think the next:

1. Search example with your sender. Check all the SOAP - XXX scenarios, in this way you should know how to use the sender component.

2. Search example with your receiver. Check all the XXX - Proxy scenarios, in this way you should know how to use the receiver component and if it is necessary any configuration outside the scenario.

3. Do the ESR part, and check the mapping.

4. Do the configuration, using the knowledge of the previous How-Tos and for testing depending you sender side, you can google "SAP PI how test sender XXXX", in your case change XXXX for SOAP. If you don't find anything, come here and ask

You can separate the mapping of the adapter configuration, you can think that when the messages are processed  by the adapters, inside PI, you will work with XMLs, the most times.

Regards.