cancel
Showing results for 
Search instead for 
Did you mean: 

SAP and .Net Integration

Former Member
0 Kudos

Hi Gurus,

I'm new to XI. I have just done my XI certification.

Now there is a requirement in my project where we have to integrate the .Net system with SAP system

Can you tell me which is the best method suitable for this requirement?

wat all hardware and software configuations are needed??

Accepted Solutions (0)

Answers (3)

Answers (3)

iprieto
Contributor
0 Kudos

Hi,

There are multiple choice for do it. 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.

Best Regards

Ivá

VijayKonam
Active Contributor
0 Kudos

Hi Nanditha,

.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.

VJ

Former Member
0 Kudos

Hi,

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...

Thanks,

Bhavish

Award points if comments helpful

Former Member
0 Kudos

can you discribe your requirment in detail?

as you said,

in general make a web service with soap adapter.