uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW00008-E

A @WebService.targetNamespace must be specified on classes with no package. (class = aa....aa)

aa....aa: Class name
Description
For classes without a package, targetNamespace must be specified in the @WebService annotation.
Action
Either include the classes in a package or specify targetNamespace in the @WebService annotation.