This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 66739 - WSDL file-generating generates wrong paramater names
Summary: WSDL file-generating generates wrong paramater names
Status: VERIFIED DUPLICATE of bug 61124
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-13 18:46 UTC by webhsw
Modified: 2005-11-24 12:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description webhsw 2005-10-13 18:46:49 UTC
The parameter names used in a WebService operation are renamed during compilation.
The example: The WebService operation "login(String user, String password)" is
renamed in the WSDL file and later in the ..SEI.java interface into 
"login(String String_1, String_String_2)" and so on. (Long into Long_1, Integer
into Integer_1)

I'm using build 051010, Java 6_ea.
Comment 2 Lukas Jungmann 2005-10-14 16:24:58 UTC

*** This issue has been marked as a duplicate of 61124 ***
Comment 3 Lukas Jungmann 2005-11-24 12:34:45 UTC
v.