cancel
Showing results for 
Search instead for 
Did you mean: 

XI integration with asp.net database application

Former Member
0 Kudos

Hi,

How to integrate xi with a asp.net application and sql server database.i want to get data to my asp application from sap and send asp.net data to sap. Please provide me the scenario for this. if possible step by step solution.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If your .NET Application is Web based application means , you can expose it as Webservice.

.NET People will pick the data from Dbase using their application and will send the data to XI by using our XI Details like Message Interface and Data type structure and all.

So we can Use SOAP Adapter or HTTP in XI..

If you use HTTP for sending the data to XI means there is no need of Adapter also. why because HTTP sits on ABAP Stack and can directly communicate with the XI Integration Server Directly

If you are dealing with the Webservice and SAP Applications means check this

Regards

Seshagiri

former_member183906
Active Contributor
0 Kudos

You need to use SOAP adapter - webservices from asp.net to SAP.

.net TO SAP - receiver soap adapter

SAP TO .net - sender soap adapter

other links u can search in SDN.