cancel
Showing results for 
Search instead for 
Did you mean: 

Questions from a newbie with SAP .NET Connector 2.0

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

> 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.

Customizing the proxy generation by changing the .sapwsdl file is possible: E.g. change the method or field names in the designer and look at the "wiz:" tags and attributes. However reusing the code generation outside of Visual Studio is not possible.

> 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)?

No. The .sapwsdl file is created by a Java program, not with NCo itself.

Answers (0)