Network Deployment (Distributed operating systems), v8.0 > Reference > Sets
Inbound services [Settings]
An inbound service describes the web service enablement of a service destination. It provides the configuration of endpoint listeners within a port.
To view this page in the console, click the following path:
Service integration -> Buses -> bus_name -> [Services] Inbound Services -> service_name .
An inbound service is a web interface to a service provided internally (that is, a service provided by your own organization and hosted in a location that is directly available through a service integration bus destination).
To configure a locally-hosted service as an inbound service, you first associate it with a service destination, then you configure one or more ports (each with an associated endpoint listener) through which service requests and responses are passed to the service. You can also choose to have the local service made available through one or more UDDI registries.
Configuration tab
These property values are preserved even if the runtime environment is stopped then restarted.
Buttons
Reload template WSDL Reload the template WSDL for this inbound service.
General Properties
Name
The inbound service name. This name appears as the service name within WSDL published for this inbound service.
This name must be unique, and it must obey the following syntax rules:
- It must not start with "." (a period).
- It must not start or end with a space.
- It must not contain any of the following characters: \ / , # $ @ : ; " * ? < > | = + & % '
- It must not be longer than 250 characters.
Required Yes Data type String
Service destination name
The service destination to be enabled for web service access.
Required No Data type drop-down list
Description
An optional description of the inbound service. This description appears in any published WSDL for this service.
Required No Data type Text area
Template WSDL location type
The type of the template WSDL Location.
Specify the location type for the template WSDL file. The template WSDL file is either located at a web address, or through a UDDI registry. When service integration technologies deploys the web service, it use this template file as the basis for generating a WSDL file for the service.
Required No Data type Radio button
Template WSDL location
The URL location or UDDI service key of the template WSDL.
Depending upon which template WSDL location type you specified in the previous field, enter either the URL location or the service-specific part of the UDDI service key for the template WSDL file.
Here is an example of a full UDDI service key:
uddi:blade108node01cell:blade108node01:server1:default:6e3d106e-5394-44e3-be17-aca728ac1791The service-specific part of this key is the final part:6e3d106e-5394-44e3-be17-aca728ac1791
Required Yes Data type Text
Template WSDL UDDI registry
The UDDI registry containing the template WSDL. Required for UDDI location type.
If you specified a template WSDL location type of "UDDI", select a UDDI reference from the drop-down list.
You configure the UDDI references in this list by using the admin console option Service integration -> Web services -> UDDI References .
Required No Data type drop-down list
Template WSDL service name
The name of the service within the template WSDL. Only required if there is more than one service in the WSDL.
If the template WSDL contains more than one service, or the WSDL is located through a UDDI registry, type the service name.
Required Yes Data type String
Template WSDL service namespace
The namespace of the service within the template WSDL. Only required if there is more than one service in the WSDL.
If the template WSDL contains more than one service, or the WSDL is located through a UDDI registry, type the namespace of the service name.
Required Yes Data type String
Enable operation level security
Indicates whether the access control policy should be enforced.
If you enable this option also complete, for this web service, the steps described in the information center for password-protecting a web service operation.
Required No Data type Boolean
Additional Properties
Inbound Ports
An inbound port describes the web service enablement of a service destination on a specific endpoint listener, with associated configuration.
UDDI Publication
Describes the manner in which the WSDL describing an inbound service is published to a UDDI registry.
Custom properties
Specifies additional custom properties that you can configure for this service.
Publish WSDL files to ZIP file
Publish the WSDL files for this service to a .zip file
Modify an existing inbound service configuration
Make an internally-hosted service available as a web service
Related
createSIBWSInboundService command
deleteSIBWSInboundService command
refreshSIBWSInboundServiceWSDL command
publishSIBWSInboundService command
unpublishSIBWSInboundService command
Administrative console buttons
Administrative console preferences