uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW61013-E

An implementation class annotated with javax.jws.WebService must have a public default constructor. (implementation class = aa....aa)

aa....aa: Web service implementation class name
Description
A public default constructor is not defined in the Web service implementation class.
Action
When defining a constructor in the Web service implementation class, define a constructor without a public argument as well.