ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/webserv/wsdevclientenv.htm

31 lines
1.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Set up a Web services client development environment</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3><a name="wsdevclientenv"></a>Set up a Web services client development environment</h3>
<p>WebSphere Application Server - Express provides several scripts that you can use to develop Web services clients and implementations. To use the scripts, you must set up the Java environment that Web services J2SE clients use and set the classpath variable for Web services clients.</p>
<p>To set up a development environment for Web services client applications, follow these steps:</p>
<ol>
<li><p>On the CL command line, run the STRQSH (Start Qshell) command.</p></li>
<li><p>On the Qshell command line, use the cd command to change to the directory that contains the script. For example, if you are using WebSphere Application Server, run this command:</p>
<pre>cd /QIBM/ProdData/WebASE/ASE5/bin</pre></li>
<li><p>Run the setupWebServiceClientEnv script. There are no parameters to specify for this script. For additional information on the script, see <a href="qshsetwsclt.htm">The setupWebServiceClientEnv script</a>.</p></li>
</ol>
</body>
</html>