Watch, Follow, &
Connect with Us
Public Report
Report From:    [ Add a report in this area ]  
Report #:  65423   Status: Reported
Wrong method name
Project:   Build #:  11.0.2902.10471
Version:    11.2 Submitted By:   Fernando Rizzato
Report Type:  Basic functionality failure Date Reported:  8/7/2008 3:55:47 PM
Severity:    Critical / Show Stopper Last Updated: 8/7/2008 3:56:55 PM
Platform:    All platforms Internal Tracking #:  
Resolution: None  Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: (1 Total Rating)
5.00 out of 5
Total Votes: None
Description
When importing the atached wsdl especification, the Delphi.NET CodeDom generates a wrong method name, adding a "_" at the end of method name. Calling this we receive a "method name invalid" message. Importing the same wsdl using the wsdl.exe tool, from command line, the method name appears correct (using c# as language parameter).
Steps to Reproduce:
1- Create a New VCL.NET or ASP.NET application;
2- Add a Web Reference using the wsdl especification available in Attachments;
3- Look for "nfeRetRecepcao" method name figuring as "nfeRetRecepcao_";
Workarounds
Apply a refactoring, from Delphi IDE, in order to change the method name, removing the "_" caracter from method name.
Attachment
NfeRetRecepcao.zip
Comments

None

Server Response from: ETNACODE01