Endpoint

Web Component -> Endpoint tabbed pane

The Web Services Endpoint tabbed pane allows you to provide or edit endpoint settings for the component.

  1. For every service endpoint interface, you must define the WSDL Port Namespace and the Local Part. The Namespace URI field contains a set of Namespace URIs. These Namespace URIs are defined in the WSDL file for the service to which the endpoint belongs.
  2. The Local Part field contains the set of local parts in the WSDL file for the service to which this endpoint belongs.
  3. The Port Component Name and the Display Name fields will be filled by the service endpoint interface name.
  4. Optionally, you can define the handlers. Click Handlers and define the handlers in the Handlers dialog box.

Define Sun-specific Settings

For servlet endpoints, the value of Endpoint Address is relative to the servlet's web application context root. This value must be a fixed pattern; that is, no "*" is allowed. The Endpoint Address is combined with the web server root to form the fully qualified endpoint address URI for a web service endpoint during deployment time. The fully qualified endpoint address URI is the URI at which the web service can be reached. If the web service endpoint is a servlet that only implements a single endpoint and has only one url-pattern, it is not necessary to set the Endpoint Address since the container can derive it from web.xml. If the Endpoint Address is set, it is stored in sun-web.xml.

The defined service appears in the Web Service tab of the WAR node. To delete a web service endpoint from the web service references collection, select its entry and click Delete. A confirmation dialog asks you if you really want to delete the web service endpoint.


Legal Notices