46 lines
2.9 KiB
HTML
46 lines
2.9 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>Configure the webservicesclient.xml deployment descriptor</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h3><a name="wsdevddclient"></a>Configure the webservicesclient.xml deployment descriptor</h3>
|
||
|
|
||
|
<p>This topic explains how to configure the webservicesclient.xml deployment descriptor with the WebSphere Studio Development Client for iSeries.</p>
|
||
|
|
||
|
<p>To configure the webservicesclient.xml deployment descriptor with the WebSphere Studio Development Client for iSeries, perform the following steps:</p>
|
||
|
|
||
|
<ol>
|
||
|
<li><p>Start the WebSphere Studio Development Client for iSeries.</p></li>
|
||
|
<li><p>Click <strong>File</strong> --> <strong>Import</strong> to import WAR file into the WebSphere Studio Development Client for iSeries.</p></li>
|
||
|
<li><p>Open the J2EE perspective by clicking <strong>Windows</strong> --> <strong>Open Perspective</strong> --> <strong>J2EE</strong>.</p></li>
|
||
|
<li><p>Switch to the Project Navigator pane by clicking the Project Navigator tab.</p></li>
|
||
|
<li><p>Locate the project that contains the webservicesclient.xml file in the Project Navigator pane.</p></li>
|
||
|
<li><p>Expand the directories under the project until the WEB-INF directory and its contents appear.</p></li>
|
||
|
<li><p>Right-click on the webservicesclient.xml file.</p></li>
|
||
|
<li><p>Select <strong>Open</strong>. The Web Services Client editor opens.</p></li>
|
||
|
<li><p>Expand the <strong>Service references</strong> section.</p></li>
|
||
|
<li><p>Select the service reference that you want to configure.</p></li>
|
||
|
<li><p>Expand the <strong>Service reference overview</strong> section.</p></li>
|
||
|
<li><p>In the <strong>Description</strong> field, enter the name of the service that the client accesses.</p></li>
|
||
|
<li><p>Expand the <strong>Service reference implementation details</strong> section.</p></li>
|
||
|
<li><p>In the <strong>Service references name</strong> field, enter the name that the Java Naming Directory Interface (JNDI) uses to locate the service.</p>
|
||
|
<p>The JNDI lookup string for this service is <tt>java:comp/env/<em>service-ref-name</em></tt>. By convention, the service reference name always begins with <tt>service/</tt>.</p></li>
|
||
|
<li><p>In the <strong>Service interface name</strong> field, enter the class name, including package, of the generated Java interface that is the Service Interface for this Web service.</p></li>
|
||
|
<li><p>In the <strong>WSDL file</strong> field, enter the WSDL file name used by the client, relative to the root of the module.</p></li>
|
||
|
<li><p>In the <strong>JAX RPC mapping file</strong> field, enter the file name of the Java mapping file, relative to the root of the module.</p></li>
|
||
|
<li><p>Save the application.</p></li>
|
||
|
</ol>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|