cancel
Showing results for 
Search instead for 
Did you mean: 

File to Proxy Synchronous interface help

Former Member
0 Kudos

Hi guys/experts,

I have file to proxy scenario.

I have created the objects in IR. When coming to ID, i got stopped in receiver agreement.

Followings are the IR objects

Data Types

DT_File_Send - Sending data

DT_File_Receive - Receive response data

DT_Prxy_Receive - Proxy receive

DT_Prxy_Response - Proxy response data

Messsage Types

MT_File_Send - Sending data

MT_File_Receive - Receive response data

MT_Prxy_Receive - Proxy receive

MT_Prxy_Response - Proxy response data

Message Interfaces

MI_File - Outbound - Synchronous

OUtput Message - MT_File_Send

Input Message - MT_File_Receive

MI_Proxy - Inbound - Synchronous

Input Message - MT_Prxy_Receive

Output Message - MT_Prxy_Response.

Message Mapping

MM_File_2_Proxy

MM_ProxyResponse_2_File

Interface Mapping

IM_File_Proxy

When coming to the intergration directory, i am able to create the objects for File to Proxy direction, but for the resposne from the proxy, when i try to create the receiver agreement, i am not able to select the message interface.

Can anybody pls advise me how to complete the response direction..

Thanks in advance

Mani.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos
When coming to the intergration directory, i am able to create the objects for File to Proxy 
direction, but for the resposne from the proxy, when i try to create the receiver agreement, i am not able 
to select the message interface.

check if your development is as per this wiki:

https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file-rfc-file%2528without+bpm%2529&;

In this wiki the flow is FILE <-->XI <-> RFC .....while yours is FILE <> XI <---> PROXY......so the sender is the same....just replace the RFC with your Proxy and check.

Regards,

Abhishek.

Edited by: abhishek salvi on Jun 9, 2009 4:00 PM

Former Member
0 Kudos

Hi Abhishek,

Thanks for the link, i will replace the RFC with proxy, try with it and update you.

Regards

Bala.

udo_martens
Active Contributor
0 Kudos

Hi Bala,

you dont need to replace the proxy with the RFC, this part is not important. If you follow that wiki just take your proxy instead of RFC. The only trick is the use of the module in the sender adapter.

Regards,

Udo

udo_martens
Active Contributor
0 Kudos

Hi Mani,

you dont need a receiver agreement for response in a synchronous process. It has only one receiver channel.

I think your design is may wrong. A file adapter is sending asynchronous, but your flow seems to be designed synchronous.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

I have to get response from the Proxy and send as a file to another directory.

Could you pls advise me the steps.

Regards

Mani.