cancel
Showing results for 
Search instead for 
Did you mean: 

XI 2.0 Sync Interface config

Former Member
0 Kudos

Hello,

I've configured a synchronous interface in XI 2.0. I'm to the point where my BAPI response message is received in XI and mapped to a file adapter format but I'm not sure how to further configure in Int Dir to pass to this adapter service? This sync interface: legacy->ftp adapter->XI->RFC adapter->BAPI invoked in R/3. The return message BAPI response stops in XI. I've done all the Int Rep sync design and have an outbound ftp adapter to legacy app configured. What sync specific config is there to be done in the Int Dir to get this message back to the legacy app, specifically passed to my outbound ftp adapter?

Thanks in advance for your help,

David Lewis

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dave,

I agree with Andrzej. I wasted lot of time trying to implement a Synchronous scenario similar to this . Finally I realized that its not possible & implemented it as two asynchronous scenario.

Thanks,

Mathew

Andrzej_Filusz
Contributor
0 Kudos

Hi!!!

Maybe I'm wrong, but in my opinion it's impossible to have a synchronous scenario using file/ftp adapter, cos it can only work in one mode (inbound or outbound) at the same time.

When I was preparing sync scenario I was using for example SOAP adapter or java/ABAP proxy.

Regards,

Andrzej Filusz

Former Member
0 Kudos

I'm using 2 file/ftp adapters and 1 rfc adapter in this sync scenario. Has anyone completed a sync interface using this scenario?

Thanks,

Dave