cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP adapter

Former Member
0 Kudos

I need to know about HTTP adapter.i have some question On HTTP adapter

1..When to use HTTP adapter

2..What is the connection parameter used in HTTP adapter.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

HTTP adapter is used when you want to post a HTTP request message from a web application to XI.

There is no need to create sender communication channel for Http adapter just like Idoc adapter

http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanx

Former Member
0 Kudos

Hi,

The HyperText Transfer Protocol is an application layer protocol, which means it focuses on how information is presented to the user of the computer but doesnu2019t care a whit about how data gets from Point A to Point B. It is stateless, which means it doesnu2019t attempt to remember anything about the previous Web session. This is great because there is less data to send, and that means speed. And HTTP operates on Transmission Control Protocol (TCP) Port 80 by default, meaning your computer must send and receive data through this port to use HTTP. Not just any old port will do

http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm

regards,

Former Member
0 Kudos

Http is just a protocol for making a call to the server - request and response are two basic methods.

If you need more information wrapped to it - header/message...you will use SOAP ( it just adds overhead to take same content)

Former Member
0 Kudos

Hi,

Check this Disscussion on When to use HTTP Adapter

Regards

Seshagiri