cancel
Showing results for 
Search instead for 
Did you mean: 

File-2-Proxy: Get file name in the inbound proxy?

Marçal_Oliveras
Active Contributor
0 Kudos

Hi,

I need to know the file name in the inbound proxy. After a search I found that's possible mapping the file name to the target structure as it's explained in that link: [http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID1731350750DB00274596951164745615End?blog=/pub/wlg/2664]

But I need to know if there is another way to access the file name in the inbound proxy without modifying the mapping.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think It is not possible without maping.

Answers (3)

Answers (3)

former_member187339
Active Contributor
0 Kudos

Hi Marshal,

Variable substitution is the only way in your case .. as you are using proxy as receiver (and hence XI adapter).

if you use dynamic configuration, then you can make the fillename available in Message mapping, but it cannot be sent to proxy (using dynamic configuration)

Regards

Suraj

Former Member
0 Kudos

I think It is not possible without modifying maping

Shabarish_Nair
Active Contributor
0 Kudos

this is possible by a dynamic configuration (there is no other easy way)

some references -

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417500)ID1159980350DB00296046510040545862End...

the idea is to get the file name in runtime using the dynamic conf code and poulating it to any field that will be part of the proxy message

Marçal_Oliveras
Active Contributor
0 Kudos

Ok, thanks to all to confirm this.