cancel
Showing results for 
Search instead for 
Did you mean: 

Using webservice how can i connect .net project with sap??

Former Member
0 Kudos

Hi experts

Can you give some brief discription regarding this..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you can use .net connector and .net web services

Answers (3)

Answers (3)

0 Kudos

Hi Subin,

you can also find a document describing the use of Web Services from SAP NetWeaver from VS 2005 at the Interoperability section on www.microsoft.com/sap in Microsoft .NET (http://www.microsoft.com/isv/sap/technology/interop/dotnet.aspx). This Paper describes the use of the Web Service Creation Wizard in SAP NetWeaver and how to consume the Web Service then in VS 2005.

Thanks,

Juergen

Message was edited by:

Microsoft SAP Competence Center

Former Member
0 Kudos

hi subin,

what u can do is

first create ZBAPI from BAPI or ask ABAPer to do it.

then publish that ZBAPI take its url.

then take its ref. in ur .NET web Application [VS-2003].

thats it.

for any probs. feel free to reply me.

Sachin

Former Member
0 Kudos

Hi Subin,

Web services is the best way to connect between SAP and .Net. SAP even came up with.NET connector. .NET connector works well with vs2003 as it was developed in around 2003. but it has certain complication when working with vs2005. Web services will be good option as it does not need any .net connectors to deal with.

check this link for more details about .net and sap connection using web services

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/1615ef47-0a01-0010-a7a8-b8a2a... [original link is broken]

cheers

ram

ps: please reward points if you feel this useful