Example values for endpoint listener configuration
You can configure any number of endpoint listeners with values of your own choosing, including the example values given in this topic.
- Endpoint listener name
- The name by which the endpoint listener is known.
- URL 根目錄
- 外部用戶端用來存取端點接聽器端點的位址。 URL 根目錄是端點接聽器應用程式的環境定義根目錄,它提供網址根目錄,用來建置 WSDL 檔案內的端點位址,以將要求者引導到這個端點接聽器。
- 提供 HTTP URL 根目錄的 WSDL
- The root of the web address for the WSDL files of the inbound
services that are available at this endpoint listener. 這個位址包含外部用戶端用來存取端點接聽器應用程式的 HTTP 位址起始位置,後面跟著 /sibws。Note: 服務 HTTP URL 起始位置的 WSDL 只供 WebSphere® Application Server 的其他元件在內部使用(尤其是 IBM UDDI 登錄)。 至於所有其他用法,您是透過入埠服務的端點接聽器端點來存取 WSDL 檔。 如果要取得給定的入埠服務 WSDL 檔的位置詳細資料,請依照Modifying an existing inbound service configuration的說明,將 WSDL 檔發佈為壓縮檔,然後在匯出的 WSDL 檔內查閱這個位置。
SOAP over HTTP endpoint listener 1
- Endpoint listener name
- SOAPHTTPChannel1.
- URL 根目錄
- 外部用戶端用來存取端點接聽器端點的位址。 如果外部用戶端是透過 HTTP 伺服器或伺服器叢集使用預設埠 80 來存取端點接聽器,請指定 HTTP 伺服器名稱,但不指定埠號。 例如(針對這個端點接聽器):
http://www.yourcompany.com/wsgwsoaphttp1
不過,如果您容許外部用戶端直接連接您的應用程式伺服器(例如,因為它是一部獨立式伺服器,或它是在開發或測試環境中),請指定應用程式伺服器名稱和埠號。 例如(針對這個端點接聽器):http://your.server.name:9080/wsgwsoaphttp1
- 提供 HTTP URL 根目錄的 WSDL
- 外部用戶端用來存取端點接聽器應用程式的 HTTP 位址起始位置,後面跟著 /sibws。 例如:
或http://www.yourcompany.com/sibws
http://your.server.name:9080/sibws
Note: 服務 HTTP URL 起始位置的 WSDL 只供 WebSphere Application Server 的其他元件在內部使用(尤其是 IBM UDDI 登錄)。 至於所有其他用法,您是透過入埠服務的端點接聽器端點來存取 WSDL 檔。
SOAP over HTTP endpoint listener 2
- Endpoint listener name
- SOAPHTTPChannel2.
- URL 根目錄
- 外部用戶端用來存取端點接聽器端點的位址。 如果外部用戶端是透過 HTTP 伺服器或伺服器叢集使用預設埠 80 來存取端點接聽器,請指定 HTTP 伺服器名稱,但不指定埠號。 例如(針對這個端點接聽器):
http://www.yourcompany.com/wsgwsoaphttp2
不過,如果您容許外部用戶端直接連接您的應用程式伺服器(例如,因為它是一部獨立式伺服器,或它是在開發或測試環境中),請指定應用程式伺服器名稱和埠號。 例如(針對這個端點接聽器):http://your.server.name:9080/wsgwsoaphttp2
- 提供 HTTP URL 根目錄的 WSDL
- 外部用戶端用來存取端點接聽器應用程式的 HTTP 位址起始位置,後面跟著 /sibws。 例如:
或http://www.yourcompany.com/sibws
http://your.server.name:9080/sibws
Note: 服務 HTTP URL 起始位置的 WSDL 只供 WebSphere Application Server 的其他元件在內部使用(尤其是 IBM UDDI 登錄)。 至於所有其他用法,您是透過入埠服務的端點接聽器端點來存取 WSDL 檔。
Synchronous SOAP over Java Message Service (JMS) endpoint listener 1
- Endpoint listener name
- SOAPJMSChannel1.
- URL 根目錄
You specify the properties of the synchronous SOAP over JMS endpoint listener 1 endpoint by using the following syntax:
jms:/queue_or_topic_indicator?property_name=property_value and so on, separating each property using the "&" character.
For example, if you use the default values for queue destination and queue connection factory when you install the synchronous SOAP over JMS endpoint listeners, then the first part of the end point address is:jms:/queue?destination=jms/SOAPJMSQueue1&connectionFactory=jms/SOAPJMSFactory1
For each of the synchronous SOAP over JMS endpoint listeners, here is the full list of properties that you can specify in the endpoint address:
- 提供 HTTP URL 根目錄的 WSDL
- The root of the HTTP address at which external clients access
your endpoint listener application, followed by /SIBWS.如果外部用戶端是透過 HTTP 伺服器或伺服器叢集來存取端點接聽器(通常是藉由使用預設埠 80),這個 URL 根目錄就包括 HTTP 伺服器名稱,但沒有埠號。例如:
不過,如果您容許外部用戶端直接連接您的應用程式伺服器(例如,在開發或測試環境中),這個 URL 起始位置就包括應用程式伺服器主機名稱和埠號。 例如:http://www.yourcompany.com/sibws
http://your.server.name:9080/sibws
Note: 服務 HTTP URL 起始位置的 WSDL 只供 WebSphere Application Server 的其他元件在內部使用(尤其是 IBM UDDI 登錄)。 至於所有其他用法,您是透過入埠服務的端點接聽器端點來存取 WSDL 檔。
Synchronous SOAP over JMS endpoint listener 2
- Endpoint listener name
- SOAPJMSChannel2.
- URL 根目錄
You specify the properties of the synchronous SOAP over JMS endpoint listener 2 endpoint by using the following syntax:
jms:/queue_or_topic_indicator?property_name=property_value and so on, separating each property using the "&" character.
For example, if you use the default values for queue destination and queue connection factory when you install the synchronous SOAP over JMS endpoint listeners, then the first part of the end point address is:jms:/queue?destination=jms/SOAPJMSQueue2&connectionFactory=jms/SOAPJMSFactory2
For the full list of properties that can be specified in the endpoint address for synchronous SOAP over JMS endpoint listener 2, see the list of properties previously detailed for Synchronous SOAP over JMS endpoint listener 1.
- 提供 HTTP URL 根目錄的 WSDL
- The root of the HTTP address at which external clients access
your endpoint listener application, followed by /SIBWS.如果外部用戶端是透過 HTTP 伺服器或伺服器叢集來存取端點接聽器(通常是藉由使用預設埠 80),這個 URL 根目錄就包括 HTTP 伺服器名稱,但沒有埠號。例如:
不過,如果您容許外部用戶端直接連接您的應用程式伺服器(例如,在開發或測試環境中),這個 URL 起始位置就包括應用程式伺服器主機名稱和埠號。 例如:http://www.yourcompany.com/sibws
http://your.server.name:9080/sibws
Note: 服務 HTTP URL 起始位置的 WSDL 只供 WebSphere Application Server 的其他元件在內部使用(尤其是 IBM UDDI 登錄)。 至於所有其他用法,您是透過入埠服務的端點接聽器端點來存取 WSDL 檔。