-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: jbossws-1.0.3
-
Fix Version/s: jbossws-1.0.4
-
Component/s: tools-jaxrpc
-
Labels:None
-
Estimated Difficulty: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;