Before you begin
To deploy Web services that are based on the Web Services for Java 2 platform, Enterprise Edition (J2EE) specification, you need an enterprise application, also known as an enterprise archive (EAR) file that has been configured and enabled for Web services. You can use either the administrative console or the wsadmin scripting interface to deploy an EAR file.If you are installing an application containing Web services by using the wsadmin command, specify the -deployws option. If you are installing an application containing Web services by using the administrative console, select Deploy WebServices during step 1 of the Install New Application wizard.
Note:
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.Why and when to perform this task
Use the following steps to deploy the EAR file with the wsadmin command:Steps for this task
Results
The Web service is installed into the application server.What to do next
Secure Web services.