This type is a class for model objects.
An outbound service represents a WSDL-defined service provider. It provides the configuration of invocation of the web service for each port.
Package: sibwsoutboundAttributes Summary | |
name : EString | 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. |
description : EString | A description of the outbound service. Optional. |
defaultPort : EString | The name of the port that is used for all invocations unless it is overridden at runtime. Optional |
serviceDestinationName : EString | The name of the service destination for this outbound service. Required |
enableOperationLevelSecurity : EBoolean | Determines whether the access control policy should be enforced. |
WSDLLocation : SIBWSWSDLLocation @ | The location of the WSDL document that describes the service provider represented by this outbound service. Required |
port : SIBWSOutboundPort * | All ports associated with this outbound service. Optional. |
property : * Null Class Name * * | Extra properties that customize the way that requests and responses are processed. Optional. |
Attribute Details |