40 lines
2.7 KiB
HTML
40 lines
2.7 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 endpoint URL information for HTTP bindings</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h4><a name="wsprovidehttp"></a>Configure endpoint URL information for HTTP bindings</h4>
|
||
|
|
||
|
<p>Configuring a service endpoint is necessary to connect Web service clients to any Web services among the components being assembled or to any external Web services.</p>
|
||
|
|
||
|
<p>You can specify HTTP URL prefixes for Web services accessed through HTTP by using <strong>Provide HTTP endpoint URL information</strong> panel in the administrative console. The HTTP URL prefixes provide location specific information and are used to form complete endpoint URLs that are included within published WSDL files.</p>
|
||
|
|
||
|
<p>To configure these prefixes with the administrative console:</p>
|
||
|
<ol>
|
||
|
<li><p><strong>Click Applications</strong> --> <strong>Enterprise Applications</strong> --> <em>application_instance</em> --> <strong>Provide HTTP endpoint URL information.</strong></p></li>
|
||
|
<li><p>Specify the URL prefixes for the Web service.
|
||
|
<br>In this step you specify the protocol (http or https), <em>host_name</em> and <em>port_number</em> to be used in the endpoint URL. You can select a prefix from a predefined list by selecting the default HTTP URL prefix or you can use a custom HTTP URL prefix.</p>
|
||
|
<ol type="a">
|
||
|
<li><p>Select <strong>Default HTTP URL prefix</strong> or <strong>Custom HTTP URL Prefix</strong>.
|
||
|
<br>If you select the default HTTP URL prefix, a drop down list provides you with a list of endpoint URL prefixes. The list is a combination of the module's two sets of ports: the virtual host ports and the application server ports. Use a prefix from this list if the Web service's application server is accessed directly. Select a value and also select the check box of the modules that are to use the prefix.</p>
|
||
|
<p>If you want to use a custom HTTP URL prefix, type the value in the field. Select the check box of the modules that are to be used in the prefix.</p></li>
|
||
|
|
||
|
<li><p>Click <strong>Apply</strong>.
|
||
|
<br>The URL prefix, whether default or custom, is copied to the selected module HTTP URL prefix field.</p></li>
|
||
|
<li><p>Click <strong>OK</strong>.</p></li>
|
||
|
</ol></li>
|
||
|
</ol>
|
||
|
|
||
|
<p>Configure any other URL endpoint information for JMS bindings and direct EJB access. Then, <a href="wswsdlpub.htm">Publish Web Services Description Language files</a>.</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|