40 lines
2.4 KiB
HTML
40 lines
2.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>Configure Web services client bindings</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h3><a name="wscfgcl"></a>Configure Web services client bindings</h3>
|
|
|
|
<p>The client bindings define the Web service, WSDL file name, and preferred ports. A Web service can specify the relative path, within the module, of a compatible WSDL file containing the actual URL to be used for requests. This is needed only if the original WSDL file did not contain a URL or when a different URL is needed. For a service endpoint with multiple ports, define an alternative Web service WSDL file name.</p>
|
|
|
|
<p>The following steps describe how to edit bindings for a Web service after these bindings are deployed on a server. When one Web service communicates with another Web service, you must configure the client bindings to access the downstream Web service.</p>
|
|
|
|
<p>Perform the following steps in the WebSphere administrative console:</p>
|
|
|
|
<ol>
|
|
<li><p>Click <strong>Applications</strong> --> <strong>Enterprise Applications</strong> --> <strong><em>application_instance</em></strong> --> <strong>Web Modules</strong> --> <strong><em>module_instance</em></strong> --> <strong>Web Services Client Bindings</strong>, where <em>application_instance</em> is the name of your Web service application, and <em>module_instance</em> is the name of your Web archive (WAR) file.</p></li>
|
|
|
|
<li><p>In the <strong>Web Service</strong> field, locate the Web service that you want to update.</p></li>
|
|
|
|
<li><p>In the <strong>WSDL Filename</strong> field, enter the WSDL file name. The path must be relative to the module.</p></li>
|
|
|
|
<li><p>(Version 5.1.1 and later) In the <strong>Preferred Port Type Mappings</strong> field, click <strong>Edit</strong> to configure the ports that the client uses.</p>
|
|
|
|
<p>(Version 5.1) In the <strong>Default Port Type Mappings</strong> field, click <strong>Edit</strong> to configure the ports that the client uses.</p></li>
|
|
|
|
<li><p>For each port type that is listed, select the preferred or default port.</p></li>
|
|
|
|
<li><p>Click <strong>Apply</strong> and <strong>OK</strong>.</p></li>
|
|
</ol>
|
|
|
|
</body>
|
|
</html>
|