An endpoint listener receives requests from service requester applications within a specific application server or cluster.
To view this pane in the console, click the following path:
server_name listener_name.
An endpoint listener is the point (address) at which incoming SOAP messages for a Web service are received by a service integration bus. Each endpoint listener supports a particular binding. Use this panel to configure an endpoint listener for an application server and (as part of the configuration process) connect the endpoint listener to one or more available service integration buses.
The endpoint listeners that are supplied with the product support SOAP over HTTP and SOAP over JMS bindings. If you are configuring an endpoint listener that is supplied with the product, the required values are given in Endpoint listener configuration details.
Configuration properties for this object. These property values are preserved even if the runtime environment is stopped then restarted. See the information center task descriptions for information about how to apply configuration changes to the runtime environment.
The name of this endpoint listener.
This name must match the name of the endpoint listener application that you have installed. For example, for SOAP over HTTP endpoint listener 1 the listener application is soaphttpchannel1.ear and the endpoint listener name is SOAPHTTPChannel1.
Required | Yes |
Data type | Text |
The root of the URL that should be used to build the endpoint addresses within WSDL documents to direct requesters to this endpoint listener.
http://www.yourcompany.com/wsgwsoaphttp1However, if you allow external clients to connect direct to your application server (for example in a development or test environment) then specify the application server host name and port number. For example (for SOAP over HTTP endpoint listener 1):
http://yourhost:9045/wsgwsoaphttp1
Required | No |
Data type | Text |
WSDL serving HTTP URL root
http://www.yourcompany.com/sibws/wsdlor
http://yourhost:9045/sibws/wsdl
Required | Yes |
Data type | Text |