Hello there,
I am building a small app that basically convert a sapwsdl in .NET code.
The basic steps are:
1) Pick the Sap Server or the sapwsdl file.
2) Then Generate the Csharp code, with a custom class name and custom class methods.
The goal of this is to do automatic integration of BAPIS.
I would like to know if i can use SAP .NET Connector 2.0 to autogenerate .NET code, but changing some options of that generation, like method names.
Is it possible also, to generate a sapwsdl connecting to a sap server, but only using the Sap .NET connector DLL's (like SAP.Connector.dll and SAP.Connector.Rfc.dll)?
Thank you for your atention,
António Martins