Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating SAP with Other Applications

Former Member
0 Kudos

Hello Experts,

I'm trying to develop an application in .Net, where in the application uses the data available in SAP.

In short,

I need to consume the web service/ BAPI developed in SAP system into my .Net application.

But I'm facing some challenges like, How to connect my SAP system and the .Net system.

I have an SAP system and .Net system installed in seperate boxes, so how should I establish the communication between these two systems. To exhange information.

Thanks in advance.

1 REPLY 1

former_member156446
Active Contributor
0 Kudos

when the sap web service is created you will be provided with a URL to access the system and the user name and password to access the webservice. use that and login to SAP system thru .net

WSDL will be generated from SAP and in .Net you need to interprit the XML schema and use that data in .Net