cancel
Showing results for 
Search instead for 
Did you mean: 

Integration of .net application with SAP using XI....

Former Member
0 Kudos

HI,

I wanted to integrate a .NET application with SAP using SAP XI and the interface needs to be close to real time.

I would appreciate if anyone can tell me how to go about it....and share any documets..available on this sought of integration....

Please try 2 b as explanatory as possible.

Accepted Solutions (1)

Accepted Solutions (1)

former_member537867
Active Contributor
0 Kudos

Hi ,

For this kind of integration u will have multiple choices. In my opinion connect .NET applications to SAP PI is more easily if you use SOAP or HTTP channel for connecting, and SAP connector 2.0 to connect via RFC.

Choose SOAP if you want to SOA environment in your business.

The software to use is .NET 2003 or .NET 2005 with SAP Connector 2.0 if you want to use RFC to connect to SAP via RFC. You can download the connector from this site or https://service.sap.com/download.

On the other hand you have to install SAP PI/XI. The newest version is SAP PI 7.0 SP 13.

.NET applications are capable of consuming or producing data thru WebServices and HTTP calls. So, HTTP/SOAP adapter would be good for communicating with .NET applications.

You could expose the webservice from XI and access it using your .NET application.

Refer this link which explains a Webservice scenario with XI:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c4f78d...

Go thru this very good blog:

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]

SAP connector for Microsoft .NET

have a look at:

http://service.sap.com/~form/sapnet?_SHORTKEY=00200797470000050068&;

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5bc7e899-0e01-0010-cca9-84f45118...

Regards,

Vinod.

Answers (2)

Answers (2)

Former Member
0 Kudos

if the application and sap both are belongs to your company only than SAP .NET connector is the best option.

but you have to build wrapper on it to use it with .NET 2005.

regards

Former Member
0 Kudos

hi snehal

check the thread for the same query:

Looking for replacing SAP.NET connectors with SAP XI?

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]

regards

kummari