uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW40044-E

Service class must be annotated with a @WebServiceClient annotation.

Description
The service class must be annotated with WebServiceClient annotation.
Action
Specify that the WebServiceRef annotation is a service class or in a port. Take an action as follows:
When specifying the WebServiceRef annotation in a service class
  • When the value element is specified in the WebServiceRef annotation, delete the value element.
  • When the WebServiceClient annotation is not specified in the class declaration of the service class that has the specified the WebServiceRef annotation, specify the service class that is specified with the specified WebServiceClient annotation.
When specifying the WebServiceRef annotation in a port
  • When the value element is not specified in the WebServiceRef annotation, specify a service class in the value element.
  • When the WebServiceClient annotation is not specified in the class declaration of the service class that is specified in the value element, specify a service class that is specified with the WebServiceClient annotation.