Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-milestone1, 2.7.8, 2.6.11
-
None
-
Unknown
Description
When running wsdl2java with -all or -server with a wsdl that has a single service, but multiple ports, it will generate an "Impl" for each port which has the proper annotations. However, the generated servers all use the "first" Impl and thus only the first port will get started.