cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Adapter

Former Member
0 Kudos

Hi

Can anyone tell me, why it is that, we can configure our HTTP adapter as a Reciever only?

The Sender radio button is disabled when we select HTTP Adapter.

Thanks and regards

Mithlesh Kumar Jha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Mithlesh.......

No Sender agreement or sender communication channel is required since http client connnects to Itegration Server(ABAP) directly. and the HTTP request should contain all relevant header info about the sender.

Http adapter has a sender service in

http://<server>:<port>/sap/xi/adapter_plain

I hope your querie is resolved

Cheers

Regards

Piyush.

Answers (3)

Answers (3)

Former Member
0 Kudos

Mithlesh,

It is not only for Http, but also for IDoc you can't set sender channel because they are already defined as services. These services will be constantly listening for http requests (like a webserver) and IDocs on the port.

regards,

Felix

Former Member
0 Kudos

Hi,

HTTP adapter is to be configured only for receiver side. For sender XI is going to be inbound for sure and also Integration Engine has got a HTTP service in itself. So there is no need for sender configuration through the adapter Engine . The sender has to just send the request to the specified URL to give it to Integration Engine Pipeline. For further details see this SAP help link

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm</a>

Regards

Sudharshan

Message was edited by: Sudharshan Aravamudan

Former Member
0 Kudos

Hi Mithlesh,

since HTTp adapter resides in Integration eNGINE and not in Adapter engine, you dont need any sender agreement and hence no need for sender communication channel.

cheers,

naveen