createSIBWSEndpointListener command

Use the createSIBWSEndpointListener command to create a new service integration bus-enabled web services endpoint listener configuration.

For every server or cluster that is to host an endpoint listener, you must install and configure a Service Data Objects (SDO) repository on the stand-alone server, or (for a server or cluster that is part of a managed cell) on the WebSphere® Application Server Network Deployment cell.

If you want to change the default HTTP endpoint listener security role, do so before you configure the SOAP over HTTP endpoint listener.

Before you configure a SOAP over JMS endpoint listener, you should configure the associated JMS resources.

You can configure any number of endpoint listeners with values of your own choosing, including the values given in Example values for endpoint listener configuration.

You can create a new endpoint listener configuration by using the wsadmin tool as described in this topic, or by using the administrative console as described in Creating a new endpoint listener configuration.
Note: 如果您想要建立自己的端點接聽器應用程式的端點接聽器配置,而不用 WebSphere Application Server 隨附的其中一個接聽器的配置,您必須使用 wsadmin 工具。

如果要執行這個指令,請使用 wsadmin Scripting 用戶端AdminTask 物件

[IBM i][IBM i]wsadmin Scripting 用戶端是從 Qshell 執行. [IBM i]如需相關資訊,請參閱利用 wsadmin Script 配置 Qshell 來執行 WebSphere Script.

服務整合匯流排指令有指令行說明:
  • 如需可用且具有匯流排功能的 Web 服務指令清單,以及每個指令的簡要說明,請在 wsadmin 提示下,輸入下列指令:

    print AdminTask.help('SIBWebServices')

  • 如需給定指令的概觀說明,請在 wsadmin 提示下,輸入下列指令:

    print AdminTask.help('command_name')

使用指令之後,請利用下列指令,儲存對主要配置所做的變更:

AdminConfig.save()

Purpose

This command creates an endpoint listener configuration.

Target object

ObjectName of the server or cluster on which the endpoint listener is created.

The SIBWSEndpointListener object that is created has no associated SIBWSBusConnectionProperty objects. Use the administrative console to connect one or more service integration buses to this endpoint listener, as described in 修改現有的端點接聽器配置.

Required parameters

-name
The name of the endpoint listener within the server. If you are installing your own endpoint listener application, rather than one that is supplied with WebSphere Application Server, then this name must match the name given in the endpoint listener application that you have installed (that is, the display name of the endpoint module within the endpoint application EAR file).
-urlRoot
The root of the web address that should be used to build the endpoint addresses within WSDL documents to direct requesters to this endpoint listener.
-wsdlUrlRoot
The root of the web address for the WSDL files of the inbound services that are provided by this endpoint listener.

Conditional parameters

-earFile
The location of the endpoint listener application. Specify this parameter if you are configuring an endpoint listener other than those supplied with WebSphere Application Server.

Optional parameters

None.

Example

  • Using Jython:
    epl = AdminTask.createSIBWSEndpointListener(server, ["-name", "soaphttp1",
     "-urlRoot", "http://myserver.com/wsgwsoaphttp1",
     "-wsdlUrlRoot", "http://myserver.com/wsgwsoaphttp1"] )
  • Using Jacl:
    set epl [$AdminTask createSIBWSEndpointListener $server {-name "soaphttp1"
     -urlRoot "http://myserver.com/wsgwsoaphttp1"
     -wsdlUrlRoot "http://myserver.com/wsgwsoaphttp1"}]

指出主題類型的圖示 參照主題



時間戳記圖示 前次更新: July 9, 2016 11:12
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rjw_cli_epl_new
檔名:rjw_cli_epl_new.html