Consuming SAP Web Service from ASP.Net

Posted by mehmet6parmak on Stack Overflow See other posts from Stack Overflow or by mehmet6parmak
Published on 2010-04-09T19:58:33Z Indexed on 2010/04/09 20:03 UTC
Read the original article Hit count: 759

Filed under:
|
|
|
|

Hi,

Next week i am supposed to develop an asp.net application which will connect to SAP, retrieve some data, change them and send back to SAP. We decided to use web services to achieve this and now i just want to know what diffuculties may i face with?

I have URL of WSDL of the Web Service, will it be enough for me to adding web reference and giving the WSDL's URL? How will i authenticate? And Will it be the same with consuming normal web services?

Also i wonder is there anybody that can share a .NET dll that can be used in visual studio 2008? There are some articles relating how to create such a dll using SAP .Net Connector and visual studio 2003 but i could not find anybody sharing the resulting dll under their post.

Thanks...

© Stack Overflow or respective owner

Related posts about sap

Related posts about ASP.NET