CWSFT5008E The specified portType elements include operations that are not defined in the selector component.

Explanation

All of the operations that are specified by the portType elements must be defined in the selector component. The selector component artifact defines the operations that are supported by the generated implementation for the component. A missing operation would result in the request ending with a runtime exception since the component would be unable to process the request.

User response

In the selector component, define the operations that the portType elements specify.