SIBWSInboundService

An inbound service describes the web service enablement of an SIBus destination. It provides the configuration of endpoint listeners within a port.



Attributes Summary
name : StringThe name of this inbound service.
description : StringAn optional description of the service.
serviceDestinationName : StringThe name of the service destination which will be associated with this service.
enableOperationLevelSecurity : booleanAn option to enable operation level security.
port : SIBWSInboundPort * Inbound ports owned by this service.
UDDIPublication : SIBWSUDDIPublication * Optional UDDI publication objects.
WSDLLocation : SIBWSWSDLLocationA link to the WSDL location object which contains information about the WSDL which describes this service.
property : Property * Optional additional properties may be configured here as name-value pairs.

Attribute Details

name    -    The name of this inbound service. Standard WebSphere character restrictions apply.
     data type:  String
     default Value:   unspecified



description    -    An optional description of the service.
     data type:  String
     default Value:   unspecified



serviceDestinationName    -    The name of the service destination which will be associated with this service.
     data type:  String
     default Value:   unspecified



enableOperationLevelSecurity    -    An option to enable operation level security.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



port    -    Inbound ports owned by this service. For the service to be fully operational at least one port must be configured. Port configuration will be generated automatically if the inbound service is created from a WSDL using the admin task createSIBWSInboundService or the inbound service wizard.
     data type: SIBWSInboundPort*



UDDIPublication    -    Optional UDDI publication objects.
     data type: SIBWSUDDIPublication*



WSDLLocation    -    A link to the WSDL location object which contains information about the WSDL which describes this service.
     data type: SIBWSWSDLLocation



property    -    Optional additional properties may be configured here as name-value pairs.
     data type: Property*


Copyright IBM Corp. 1997-2004