-
Bug
-
Resolution: Done
-
Major
-
jbossws-1.0.3
-
None
-
Low
If within the WSDL the port is defined ad: -
<portType name='MyPortType'>
The SEI is generated as: -
public interface My extends java.rmi.Remote
However the Service is generated as: -
public com.b.c.My getMyPortTypePort() throws ServiceException;