cancel
Showing results for 
Search instead for 
Did you mean: 

File to HTTP

Former Member
0 Kudos

Hi.

I am new to XI. I have only worked on File to File scenarios.I currently need to work on File to HTTP scenario .Can anyone send the links/blogs for step by step approach for the same.

Regards,

Sachi.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Sachi,

Refer to the below blog for HTTP-to-RFC(here in your case u can use a file adapter instead of RFC).

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

If u want any HTTP Tool for testing your scenario please share your mail id i will send u that HTTP Tool to your mail.

And for File-to-HTTP refer to the below Blog

/people/siva.maranani/blog/2005/09/15/push-data-to-mvc-architectured-application-using-xi

Thanks,

Bhargav.

Note:Award points if found useful.

Edited by: bhargav gundabolu on Mar 4, 2008 10:08 AM

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Configure your File adapter as Normally.

Check these BLOGS for HTTP Adapter

http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm

/people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

Regards

Seshagiri

Former Member
0 Kudos

Hi Sachi,

Here 's the step by step file to http asynchrous scenario.Hope this will be helpful to you.

1.a) FileAdapter picks up XML and sends it to XI2.0

1.b) XI uses PlainHTTP-Adapter to sends the message to Webserver

1.c) HTTPRequestHandler (written in C#) receives the XML and writes it to HD.

2.a) JavaScript sending an XML to PlainHTTP adapter of XI2.0.

2.b) XI sends the message to FileAdapter

2.c) FileAdapter writes the XML to HD

What you need is an synchrounus scenario and I think I remember that the fileadapter is not able to work synchrounus. So I think you have to combine these two scenarious to one.

All The Best..Welcome for further queries!

nisarkhan_n
Active Contributor
0 Kudos

file adpter will work on sycn if you are on Sp19

check his link on how to do this:

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

you folllow the above help for FIle to HTTP if it is sycn then check above link for file sysnc.