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

66 lines
3.5 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!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 your Web services application</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h5><a name="astk"></a>Configure your Web services application</h5>
<p>WebSphere Development Studio Client for iSeries is a workstation-based graphical tool. It contains several WebSphere Studio tools that you can use to develop and configure your applications for WebSphere Application Server - Express. For more information, see <a href="http://www.ibm.com/software/awdtools/wdt400/" target="_">WebSphere Development Studio Client for iSeries</a> <img src="www.gif" width="19" height="15" alt="Link outside Information Center"> (http://www.ibm.com/software/awdtools/wdt400/).</p>
<p><strong>Note:</strong> You must use WebSphere Development Studio Client for iSeries, Version 5.1 or later.</p>
<p>To create or modify your Web services security configuration, you must edit the deployment descriptor for your application. Use the Web Services Editor in WebSphere Development Studio Client for iSeries.</p>
<p>If your application is a Web service, the deployment descriptor is the webservices.xml file. If your application is a Web services client, the deployment descriptor is the webservicesclient.xml file.</p>
<p>Perform the following steps in the Development Studio Client to open the deployment descriptor for editing:</p>
<ol>
<li><p>In the Navigator panel, expand your Web module.</p>
<p>If the Navigator is not shown, you can open it by clicking <strong>Window --&gt; Show View --&gt; Navigator</strong>.</p></li>
<li><p>Expand <strong>WebContent --&gt; WEB-INF</strong>.</p></li>
<li><p>Open the deployment descriptor in the Web Services Editor:</p>
<ul>
<li>If your application is a Web service, right-click the webservices.xml file, and select <strong>Open With --&gt; Web Services Editor</strong>.</li>
<li>If your application is a Web service client, right-click the webservicesclient.xml file, and select <strong>Open With --&gt; Web Services Client Editor</strong>.</li>
</ul></li>
</ol>
<p>In the Web Services Editor, there are several tabs at the bottom of the editor. Use the <strong>Security Extensions</strong> and <strong>Bindings Configuration</strong> tabs to configure Web services security.</p>
<p><strong>Note:</strong> Although you open the webservices.xml or webservicesclient.xml file in the Web Services Editor, the Web services security configuration is written to the following files:</p>
<ul>
<li>For a Web service:
<ul>
<li><p><strong>ibm-webservices-ext.xmi</strong>
<br>The security extensions configuration specifies what security is to be performed.</p></li>
<li><p><strong>ibm-webservices-bnd.xmi</strong>
<br>The security bindings configuration indicates how to perform the security that is specified in the security extensions configuration.</p></li>
</ul><p></p></li>
<li>For a Web services client:
<ul>
<li><p><strong>ibm-webservicesclient-ext.xmi</strong>
<br>The security extensions configuration specifies what security is to be performed.</p></li>
<li><p><strong>ibm-webservicesclient-bnd.xmi</strong>
<br>The security bindings configuration indicates how to perform the security that is specified in the security extensions configuration.</p></li>
</ul></li>
</ul>
</body>
</html>