Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-milestone1
-
None
-
None
-
Unknown
Description
The generated impls have the service name and port name burned into the @WebService annotation. Thus, they should be named according to the port name, not the portType. This would avoid the semi-unpredictable:
FooPortTypeImpl.java
FooPortTypeImpl1.java
....
and have things like:
FooSOAP11PortImpl.java
FooSOAP12PortImpl.java
....