49 lines
3.1 KiB
HTML
49 lines
3.1 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 ibm-webservices-bnd.xmi deployment descriptor</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h3><a name="wsdevddibm"></a>Configure the ibm-webservices-bnd.xmi deployment descriptor</h3>
|
||
|
|
||
|
<p>This topic explains how to configure bindings with the WebSphere Studio Development Client for iSeries.</p>
|
||
|
|
||
|
<p>To configure the ibm-webservices-bnd.xmi deployment descriptor, perform the following steps in the WebSphere Studio Development Client for iSeries:</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 the WAR file.</p></li>
|
||
|
<li><p>Open the J2EE perspective by clicking <strong>Windows</strong> --> <strong>Open Perspective</strong> --> <strong>Other</strong> --> <strong>J2EE</strong>.</p></li>
|
||
|
<li><p>Switch to the Project Navigator pane by clicking the <strong>Project Navigator</strong> tab.</p></li>
|
||
|
<li><p>Locate the project that contains the Web service, and expand it.</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 the webservices.xml file. Select <strong>Open</strong>. The Web Services editor opens.</p></li>
|
||
|
<li><p>Click the <strong>Bindings</strong> tab. The Web Services Bindings editor opens.</p></li>
|
||
|
<li><p>Verify the <strong>wsdescNameLink</strong> element settings:</p>
|
||
|
<ol type="a">
|
||
|
<li>Expand the <strong>Web services description bindings</strong> section. Verify that the value of the <webservice-description-name> element in the webservices.xml deployment descriptor is listed in the section.</li>
|
||
|
<li>If the value is not listed, click <strong>Add</strong>, choose the correct Web services name and click <strong>OK</strong>.</li>
|
||
|
</ol><p></p></li>
|
||
|
<li><p>Verify the <strong>pcnameLink</strong> attribute settings. Expand the <strong>Web Service Description Bindings</strong> section. Verify that the correct service is selected. If the correct service is not listed:</p>
|
||
|
<ol type="a">
|
||
|
<li>Expand <strong>Port Component Binding</strong>.</li>
|
||
|
<li>Verify the correct Web services name is selected in the Web Service Description Bindings section. This selection is a prerequisite to creating a pcnameLink attribute.</li>
|
||
|
<li>In the <strong>Port Component Binding</strong> section, click <strong>Add</strong>. The Port Component Bindings Dialog opens.</li>
|
||
|
<li>Select the desired port from the drop down list in the <strong>PC Name Link</strong> field.</li>
|
||
|
<li>Click <strong>OK</strong>.</li>
|
||
|
</ol><p></p></li>
|
||
|
<li><p>Click the <strong>Binding Configurations</strong> tab to view the bindings for your port.</p></li>
|
||
|
<li><p>Save the bindings file.</p></li>
|
||
|
<li><p>Click <strong>File</strong> --> <strong>Export</strong> to export the file.</p></li>
|
||
|
</ol>
|
||
|
|
||
|
</body>
|
||
|
</html>
|