Deploying Web services based on Web Services for J2EE

 

To deploy Web services that are based on the Web Services for J2EE specification, you need an an EAR file that has been configured and enabled for Web services.

If you are installing an application containing Web services by using the console, select Deploy WebServices during step 1 of the Install New Application wizard.

If the Web services in the application is previously deployed with the wsdeploy command, it is not necessary to specify Web services deployment during installation.

If you are installing an application containing Web services by using the wsadmin command, specify the -deployws option.

  1. Run...

    $WAS_HOME/bin/wsadmin

  2. Execute...

    $AdminApp install EARfile "-usedefaultbindings -deployws"

    The Web service is installed into the appserver.

 

See Also

Securing Web services based on WS-Security