Create Packaged Endpoint
In this screen choose to package the web service component as a .jar or .war
file. If you began creating a web service component using a service endpoint
interface and an implementation, you have the minimum set required for
a viable web service endpoint. You can choose to have these files automatically
packaged into a module that contains one web service endpoint.
If you choose the option Create web service endpoint and package:
- A new stand-alone module will be created in a "/module" directory within the
output directory. The module file name will default to the service
implementation file name with a .jar or .war rather than a .class extension.
- A new web service will be defined within the module, using the generated
WSDL file and mapping file, with the default service name.
- A single web service endpoint will be defined within that service, using
the service endpoint interface and implementation and the default namespace
and local part.
You may also choose to skip the packaging of web service endpoint in this screen.
Legal Notices