cancel
Showing results for 
Search instead for 
Did you mean: 

File to HTTP

Former Member
0 Kudos

Hi All,

I intend to do a File to Http scenario where i would read a xml file and post the data to a webpage. using http receiver..

how should i go about it..

how will i configure XI to http flow..?

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

Hi Ranjeet,

This will clear ur receiver http related queries,

/people/bla.suranyi/blog/2006/07/10/xi--sap-business-connector-integration-using-the-http-adapter

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

Regards,

Prateek

Former Member
0 Kudos

Hi Ranjeet,

Check this thread, may be helpful:

Regards,

Subhasha

bhavesh_kantilal
Active Contributor
0 Kudos

Ranjeet,

The flow is like any File to XYZ adapter ( say file adapter.)

When configuring your Receievr HTTP adapter you would need to give the parameters for the HTTP adapter,

1. Target Host : the shot name of the target URL

2. Service No : Port number if any.

3. Path Prefix : if any.

4. Proxy server : if any with the authentication.

Just rememebr do not add a http:// in the target host. This is added by the HTTP adapter directly.

Regards

Bhavesh