cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Adapter

Former Member
0 Kudos

hi,

if we r using http adapter, internet connection is required or not?

In a scenario like http - file, how to pass the data to XI?

thanks,

swamy

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Swaty,

No you don't need internet connection : as long as you can reach the XI HTTP adapter from your source system, it's ok

You pass the data via a HTTP client request : e.g. from an ABAP program or from a HTTP post (test) program as ws fetch.

Consider the difference between sending the payload file as an attachment or as the actual XML content of your message

See help.sap.com for configuring the http sender adapter,

rgds

dirk

Former Member
0 Kudos

Hi,

If the system is in the network there is no need of an Internet connection.... If it is thru internet its entirely different and nothing you need to change in XI.

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

Former Member
0 Kudos

Hi,

Interner connection is required, you need to genarate wsdl file for the scinario

Amaresh