JDK-8033113 : wsimport fails on WSDL:header parameter name customization
  • Type: Bug
  • Component: xml
  • Sub-Component: jax-ws
  • Affected Version: 7u21
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-01-29
  • Updated: 2014-10-15
  • Resolved: 2014-04-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 JDK 9
7u72Fixed 8u20Fixed 9Fixed
Related Reports
Relates :  
Description
Using wsimport to compile a WSDL with multiple <message> stanzas that have 
<part> elements with non-unique "name" attributes, the operation fails with 
the message: 

'[ERROR] Failed to generate Java signature: duplicate parameter name "param". 

Try one of these 
       1. Use JAXWS binding customization to rename the wsdl:part "param" 
       2. Run wsimport with -extension switch.' 

Using a customization file as per item 1. and/or using the -extension switch 
as per item 2. does not address the issue, and the same error is encountered. 



Comments
SQE is ok take the fix in PSU 14_04.
29-05-2014