Operating Systems: i5/OS
             Personalize the table of contents and search results

 

Running an unmanaged Web services JAX-RPC client

 

WebSphere Application Server V6.1 and the Application Client for WebSphere Application Server V6.1 provides an unmanaged client implementation that is based on the Java API for XML-based RPC (JAX-RPC) 1.1 specification. The Thin Client for JAX-RPC with WebSphere Application Server is an unmanaged and stand-alone Java client environment that allows you to run JAX-RPC Web services client applications to invoke Web services that are hosted by the application server.

Before you can set up a JAX-RPC unmanaged client execution environment you will need to obtain the Thin Client for JAX-RPC jar file. To obtain the Thin Client for JAX-RPC, either Install WebSphere Application Server or Install Application Client for WebSphere Application Server.

The Thin Client for JAX-RPC jar file, com.ibm.ws.webservices.thinclient_6.1.0.jar, is located in the app_server_root\runtimes directory. Refer to the license agreements to ensure correct usage and for limitations on copies of the Thin Client for JAX-RPC outside of the WebSphere environment. The Thin Client for JAX-RPC runs on distributed operating systems with IBM Software Development Kits (SDKs) V1.5 and Sun Java Development Kit (JDK) V1.5 that are packaged by IBM. The Thin Client for JAX-RPC is supported on non-IBM SDKs V1.5 with these limitations:

 

Overview

Set up a Thin Client for JAX-RPC environment by completing the following steps.

 

Procedure

  1. Configure the path. You can add the Java bin directories to your path by typing:

  2. Configure the classpath.

  3. Run your client application using the following Java command.

    $JAVA_HOME/bin/java <your_client_application>

 

Results

You have set up an unmanaged JAX-RPC client runtime environment that can be used to invoke Web services hosted on a WebSphere Application Server.


}
Task overview: Implementing Web services applications
Checklist: Installing WebSphere Application Server on the i5/OS platform
Installing Application Client for WebSphere Application Server
Developing and deploying Web services clients

 

Related Reference


Web services: Resources for learning

 

Related information


Xerces Web site