cancel
Showing results for 
Search instead for 
Did you mean: 

Questions

Former Member
0 Kudos

1.Where does HTTP runs ?

2.What are the abap stack and java stack adapters?

3.How Adapter Engine works and Integration Engine works? and their importance?

4.Why do not we create communication channel at sender side in http adapter?

Accepted Solutions (1)

Accepted Solutions (1)

nisarkhan_n
Active Contributor
0 Kudos

for your questino 1 and 2 check this lnk

How AE and IS works check this

Message flow in XI

/people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

http://www.sap.com/platform/netweaver/pdf/BWP_SB_ExchangeInfrastructure.pdf

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ravi,

1)Where does HTTP runs

The HTTP Adapter runs on the ABAP Stack

2).What are the abap stack and java stack adapters?

Apart from IDOC and HTTP all other adapters reside on J2EE stack

3)How Adapter Engine works and Integration Engine works? and their importance?

The Adapter Engine provides connectivity to XI for non-Web AS Interfaces.it has built in capabilities for queuing,logging and tracing.

Integration engine provides the infrastructure required for local and central execution of integration logic needed for component integration.Integration Engine is Central runtime component of the Integration Server for receiving, processing, and forwarding messages.For more info please vist the below link:

http://help.sap.com/saphelp_nw04/helpdata/en/70/58b43be7492354e10000000a114084/content.htm

4)..Why do not we create communication channel at sender side in http adapter?

We do not create Communication channels for sender side in HTTP adapter because they reside on abap stack and we specify the URL in the WebApplication which wants the communicate with XI.

The format of the URL is as below

http://<yourserver>:port>/sap/xi/adapter_plain?namespace=&interface=&service=&party=&agency=&scheme=...

Here u specify the details like namespace,service etc..,

Thanks,

Bhargav.

Note:Award points if found useful.

Former Member
0 Kudos

IDOC and RFC are come under the Abap stack

and remaining come under the J2EE adapters

i.e., SOAP,JDBC,RNIF,

Former Member
0 Kudos

Hi,

>>1.Where does HTTP runs ?

HTTP runs on ABAP Stack , it will communicate with the Integration server directly

>>2.What are the abap stack and java stack adapters?

On ABAP Stack------IDOC & HTTP

On JAVA Stack----File,JDBC,Mail,Soap,RFC, etc..

>>3.How Adapter Engine works and Integration Engine works? and their importance?

First message will come to Adapter engine and the it will be passed to Integration engine for further processing

See this for Message flow in XI

/people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi

>>4.Why do not we create communication channel at sender side in http adapter?

Because it Reside on ABAP Stack it will communicate with the IS directly

Regards

Seshagiri

Edited by: N V Seshagiri on Mar 5, 2008 2:48 PM