cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy -File Adapet Synchronous

0 Kudos

Hi All,

I need to implement a synchronous interface-File Proxy Adapter without using BPM.

is this possible?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

> I need to implement a synchronous interface-File Proxy Adapter without using BPM.

I guess this is an interview question.

> is this possible?

Since File Adapter doesn't support the sync communication therefore it is not possible.

stefan_grube
Active Contributor
0 Kudos

> I need to implement a synchronous interface-File Proxy Adapter without using BPM.

> is this possible?

This is not only not possible, it does not make sense at all.

Use async proxy as there is nothing you could have as response.

venkatanarayana_vagu
Active Participant
0 Kudos

Hello Alfredo,

By making the Outbound interface (file out boun service interface) SYNC will help....File Sender does not support SYNC communication....so you either have to use the BPM or make use of the RequestResponseBean.....this limitation is valid even for SAP PI7.11

Check out this wiki,

http://wiki.sdn.sap.com/wiki/display/XI/UsingRequestResponseBeanModuleinFILE+Adapter

In this wiki receiver is RFC you just replace with sync proxy. Keep in mind that this bean will work only for file and jms adapter only other adapters may not support..

0 Kudos

What response structure I use?

Former Member
0 Kudos

hi,

U have to create request and response structure for File and follow the same for proxy also. Ur mapping will be like:

File Request - Proxy Request

Proxy Response - File Response

For screen shots refer this:

http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29

Thanks

Amit

rajasekhar_reddy14
Active Contributor
0 Kudos

without BPM not possible because File adapter will not support Sync communication,only option go for BPM.

Regards,

Raj