cancel
Showing results for 
Search instead for 
Did you mean: 

File System URL alias

Former Member
0 Kudos

Hi Gurus,

I have a requirement wherein the files processed by a sender and receiver file adapter need to be "downloadable" from a http url

So for example the File sender directory is C:\inbound and File Receiver directory is C:\outbound the XI http url will be like this http://hostname.com/50800/DownloadDirectory

the /DownloadDirectory acts like an alias..

and opening this page will show a clickable link for the contents of C:\inbound and C:\outbound file systems, and the processed messages being downloadable like any other web link

How can we do this on an XI 3.0 system on Windows and Unix?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

solved

Former Member
0 Kudos

Hi

thanks for the reply

but i am looking for non-scenario based solution

i want it to be done using some configuration in XI WAS settings, or something similar

the way we define the IS URL in sxmb_adm, im looking for that kind of solution whether configuration in abap level or os level?

former_member192295
Active Contributor
0 Kudos

Hi,

I think it is possible through file---soap/http scenario, before that your should make web development for file storing. Xi will send file to web link.

One fo my project the file is storing in web level, xi is sending file to webpage, automatically file is storing in web.