cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy wsdl generation error - VB keywords are used

Former Member
0 Kudos

Hi.

I am using NCo ver 2.0.1.

I am developing a VB.NET application.

I generate a proxy from visual studio .NET 2003 designer.

I do this by drag'n dropping function from the function list to the proxy.wsdl designer.

Some functions accept parameters whose names are "class", "date", "error" etc.

<b>These words are reserved in VB.NET</b> so the proxy generation ends with errors.

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

Yes, VB has so many keywords, that we cannot rename all rename to something valid in all cases.

Just use the .sapwsdl designer and customize/rename the conflicting names.

Please do it in designer, and not in generated code.