class WebServiceEndPoint

ManagedElement
+-PolicyControlFunction
+-Network
+-WebServiceEndPoints
+-WebServiceEndPoint
+-WsDestination [0..]

Container that holds web service end point generic configuration data.
The data is common to all WsDestination objects that are part of it.

Attributes
int32[0..1]
connectionTimeout = 5000
It represents the maximum time (in milliseconds) waiting for a HTTP request to be acknowledged.
int32[0..1]
maxNumberRetries = 1
It represents the maximum number of retries of a HTTP request.
A retry is performed when sending a SOAP message to a web service end point destination node fails.
string
mandatory
soapAction
It represents the SOAP Action HTTP request header.
The value must be an URI (Uniform Resource Identifier) identifying the intent of the SOAP HTTP request.
string
key
mandatory
noNotification
restricted
webServiceEndPointId
Identifies the instance of this class.
It is the administrative identifier of the WebServiceEndPoint.