uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

15.2.7 Operations when the jaxws:provider element is coded

When you code the jaxws:provider element in the wsdl:port element, and then execute the cjwsimport command, the SEI for the wsdl:port element is not generated. A warning message is output and the processing continues (KDJW51206-W). In such cases, use the javax.xml.ws.Provider interface to generate a Provider Implementation Class.

Also, the getter method of the wsdl:port element is omitted in the generated service class.

When you specify the -generateService option in the cjwsimport command, and code the jaxws:provider element in the wsdl:port element, the skeleton class is not generated. A warning message is output and the processing continues (KDJW51207-W).