Deploying a managed JAX-RPC Web services client application

Once you have configured the client deployment descriptors for a managed JAX-RPC Web services client, we can deploy the Web services client application into WebSphere Application Server.

 

Before you begin

Configure the client deployment descriptors for a managed Java API for XML-based RPC (JAX-RPC) Web services client.

 

About this task

Once the client deployment descriptors are configured, you are now ready to deploy the managed Web service client application in the application server.

Use either the administrative console or the wsadmin scripting tool 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 in the Install New Application wizard. For more information about installing applications using the administrative console see Installing a new application. The following actions deploy the EAR file with the wsadmin command:

 

Procedure

  1. Start install_root/bin/wsadmin from a command prompt. If you are using Linux or Unix platforms, start install_root/bin/wsadmin.sh.

  2. Enter the $AdminApp install EARfile "-usedefaultbindings -deployws" command at the wsadmin prompt.

 

Results

You have a deployed the managed JAX-RPC Web service client in the application server runtime environment.

 

What to do next

Test the Web services client. We can now test a Web services-enabled a managed client EAR file or an unmanaged client JAR file.


Related tasks
Testing Web services-enabled clients Task overview: Implementing Web services applications Related reference
wsdeploy command