Changing Port Type Class Names
The class name generated for service port types has changed from <serviceName>_Port
to <serviceName>_PortType
. You must now update references to these classes. For example, change references to the ContentManagerService_Port
class to ContentManagerService_PortType
.