cancel
Showing results for 
Search instead for 
Did you mean: 

Adapters-Sync-Async

Former Member
0 Kudos

Hi,

Please tell me what adapters are Sync and Async.

And what is the difference between HTTP and SOAP adapters

Thanks in advance.

Regards

Krishna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi krishna,

The adapters are <b>not sync-async. </b>

It is the communication between the adapters is sync and async

regards

Ramesh P

Former Member
0 Kudos

Hi Ramesh,

I mean the way you said.

We have 13 type of adapters in XI. What adapters support the sync communication and async communication.

vikas_agarwal
Contributor

HI Krishna,

File, Idoc, Mail adapters are used Asynchronous Communication

RFC, SOAP, JDBC, HTTP are commonly used for Synchronous Communication.

Thanks

Answers (4)

Answers (4)

nikhil_bose
Active Contributor
0 Kudos

hi krishna,

Adapters can't be referenced as Sync or Async. Adapters are used to provide a Communication channel which is classified as Sync or Async.

Communication Channel:

1. Sender Channel

2. Receiver Channel

Adapters are used to describe

1. How should a message be picked up ?

2.<b> How to convert an incoming message into native XML for internal processing</b>

<i> you may be mistaken at the IDocs' are using Asynchronous Communication.</i>

<i>Foundamental Standards</i>

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f706914-0b01-0010-0aac-a7a...

<i>Adapters</i>

http://help.sap.com/saphelp_nw04/helpdata/en/ae/d03341771b4c0de10000000a1550b0/content.htm

<i>Communication Channel</i>

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

regards,

nikhilbos.

<i>**reward if helpful

former_member184619
Active Contributor
0 Kudos

Hi Krishna,

Sync - Async are mode of communication.

Asynchronous -> You sent some data and are not waiting from any response from receiver..

Synch -> You are waiting for response from receiver after sending the data.

we can use the adapters for Sync and Async Communications.

<i>And what is the difference between HTTP and SOAP adapters</i>

Soap adapter use a SOAP Enevolp over the basic XML.

and SOAP is an open standard and runs in adapter engine.

and HTTP request sends to pipeline.

Sachin

Former Member
0 Kudos

hi krishna,

synch asynch is not an adapter's property. it is the interface for data transfer that can be synch or asynch.

http adapter is used to send/rec msgs in native http format (without a soap envelope).

soap adapter is used to send /rec msg in standard soap format.

refer this for adapters:

http://help.sap.com/saphelp_nw04/helpdata/en/0d/28e1c20a9d374cbb71875c5f89093b/frameset.htm

[reward if helpful]

regards,

latika.

Former Member
0 Kudos

HI,

Refer the below threads

refer the weblog for SOAP:

/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap

Refer help also for SOAP and HTTP:

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

thnx

Chirag Gohil