
Friday, August 25, 2006
As you can read in Softwise:
"SAP has no explicit plans to create a SAP.Connector compatible with Visual Studio 2005. That is the reason why Softwise has developed a SAP Proxy Generator to create proxies for SAP's BAPIS & RFC. This code generator is a Visual Studio 2005 Add-in that creates the source code, in C#, to comunicate with SAP (based on SAP.Connector.dll).
This Add-In is based on the SAP.Connector's XSLT files, which allows itself to create the same code that the SAP.Connector for Visual Studio .NET 2003. Current version works perfectly for almost any kind of C# project: Web sites, Console Projects, Windows Applications and Class Libraries."
Download it here: http://www.softwise.com.ar/contenido.php?tag=sapproxygen
Read more in this article with few screenshots: http://www.codeproject.com/useritems/SAP_Connector.asp
------------------------------------------------------------------------------------------------------------------------------
I can't test it know because I don't have access to any SAP system in my current project, but in previous projects I had to connect to SAP from ASP.NET 1.1 and from Windows Mobile 5.0 with .NET CF 2.0, and I think it could be a good tool. If anyone can test it and give me some feedback about it...
Thanks.