cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Pass Through Interface

markbernabe
Active Participant
0 Kudos

Hi experts,

Just curious, is it possible to to have a pass through interface (without mapping, only receiver determination and receiver agreement) for synchronous scenarios? Let's say ABAP proxy <-> web service.

Appreciate your inputs.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Never tried but logically it should be possible i believe.

The same discussed and confirmed in the below threads.

former_member184720
Active Contributor
0 Kudos

Also have a look at the below blog

Answers (4)

Answers (4)

markbernabe
Active Participant
0 Kudos

Hi All,

It worked with only 1 synchronous service interface.

markbernabe
Active Participant
0 Kudos

Hi Everyone,

Thanks for all the information. I know that for asynchronous, it works with only 1 data type, message type and 1 outbound service interface. Since this one is synchronous, do I need 2 service interfaces? Outbound SI for the Receiver Determination and Inbound for the Receiver Agreement? Or does it also work like asynchronous that only needs 1 SI? Has anyone tried this scenario before?

Receiver Determination:

     Sender Component: SysX

     Sender Interface: SI_OutboundSync

     Configured Receiver: SysY

Receiver Agreement:

     Sender Component: SysX

     Receiver Component: SysY

     Receiver Interface: SI_OutboundSync

Thanks and Regards    

former_member181985
Active Contributor
0 Kudos

Hi Mark,

You need two service interfaces one for abap proxy (Outbound) and the other one for webservice (inbound). Also it requires two message types (request & response) for each service interface.

Best Regards,

Praveen Gujjeti

Muniyappan
Active Contributor
0 Kudos

Hi,

you need service interface in the ESR as you are going to write proxy code for interface.

so you will have to create data type,message type and service interface in ESR.

then you are good to go with ID objects creation for interface.

Regards,

Muniyappan.

former_member181985
Active Contributor
0 Kudos

Hi Mark,

Pass through interfaces concept is possible for synchronous interfaces as well. However, since your scenario involves ABAP proxy and webservice you require real service interfaces in ESR/IR

Regards,

Praveen Gujjeti