uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW51180-E

WSDL is not found. (WSDL = aa....aa, detail = bb....bb)

aa....aa: WSDL file path
bb....bb: Detailed message
Description
The specified WSDL file is not found when the cjwsimport command is executed.
Action
Take one of the following actions:
  • When specifying the WSDL file using a file path, specify the correct path. Check whether the path of the WSDL file is incorrect. See the details to remove the cause of the error.
  • Check whether Web service initialization terminated normally. While deploying a Web service, if KDJW40003-I is output to the J2EE server console or the operation log of the JAX-WS functionality, the initialization terminated normally.
  • If EJB is used as the Web service, check whether EJB is being used in the range supported by the WSEE (JSR-109) specifications. If an unsupported Enterprise Bean is used as the Web service, the javax.jws.WebService annotation is ignored during deployment.