cancel
Showing results for 
Search instead for 
Did you mean: 

.Net to SAP

Former Member
0 Kudos

Is there any way a .Net application can communicate asynchronously with SAP . Basically on SAP side we will use an IDOC, Can sender SOAP adapter be used in async fashion ?

suggestions ....

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

yes you can use it as async SOAP request.

you will have to add QualityOfService=ExactlyOnce in the target URL / address

ref: /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Yes you can very well use either SOAP or HTTP adapter for this integration. If you use this adapters it is not necessary that everytime we use them in synchronous scenarios. Asynch also works with them.

There are so many weblogs on this integration. Just search in sdn with asynch sender soap adapter.

Regards,

---Satish