SIBWSOutboundService

An outbound service represents a WSDL-defined service provider. It provides the configuration of invocation of the web service for each port.



Attributes Summary
name : StringThe name of the outbound service.
description : StringA description of the outbound service.
defaultPort : StringThe name of the port that is used for all invocations unless it is overridden at runtime.
serviceDestinationName : StringThe name of the service destination for this outbound service.
enableOperationLevelSecurity : booleanDetermines whether the access control policy should be enforced.
WSDLLocation : SIBWSWSDLLocationThe location of the WSDL document that describes the service provider represented by this outbound service.
port : SIBWSOutboundPort * All ports associated with this outbound service.
property : Property * Extra properties that customize the way that requests and responses are processed.

Attribute Details

name    -    The name of the outbound service. Required. The name has to be unique in the WebSphere Platform Messaging bus. Standard restrictions on managed names apply.
     data type:  String
     default Value:   unspecified



description    -    A description of the outbound service. Optional.
     data type:  String
     default Value:   unspecified



defaultPort    -    The name of the port that is used for all invocations unless it is overridden at runtime. Optional
     data type:  String
     default Value:   unspecified



serviceDestinationName    -    The name of the service destination for this outbound service. Required
     data type:  String
     default Value:   unspecified



enableOperationLevelSecurity    -    Determines whether the access control policy should be enforced.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



WSDLLocation    -    The location of the WSDL document that describes the service provider represented by this outbound service. Required
     data type: SIBWSWSDLLocation



port    -    All ports associated with this outbound service. Optional.
     data type: SIBWSOutboundPort*



property    -    Extra properties that customize the way that requests and responses are processed. Optional.
     data type: Property*


Copyright IBM Corp. 1997-2004