Outbound Application Parameters

The following table describes OutboundApplication parameters and their possible values:

For more information on Outbound Application end points refer to Outbound Application API.

Table - OutboundApplication Parameters

Parameter Name Mandatory/Optional Description Possible Values
eventName Mandatory EventName is the name of downstream application that is saved in AsOutBoundApplications.  
enviornment Mandatory Environment is the mode in which the application is working. Environment can be anything like Development, Production and, Test but not limited to these values.
protocolType Mandatory Protocol type is the communication protocol in which OIPA communicates with the downstream applications. Values can be JMS, SOAP and REST
providerURL Optional Standard parameter for JMS protocol. URL of the provider. URL
connectionFactory Optional Standard parameter for JMS protocol. Name of connection factory as defined on the application server.  
destinationName Optional Standard parameter for JMS protocol  
maxTimeOut Optional The time within which the message send by DMP should be received on downstream side. If the message is not received with in this time activity can be rolled out if configured. Value is in milliseconds. If no value is provided, value would be defaulted to 100ms.
authType Optional Authentication protocol used for pushing the message. Values can be BASIC/BEARER
userName Optional Standard parameter for Basic and Bearer authentication types.  
password Optional Standard parameter for Basic authentication.  
wsdlLocation Optional Standard parameter for SOAP  
serviceName Optional Standard parameter for SOAP  
portName Optional Standard parameter for SOAP  
invokeOneWay Optional Standard parameter for SOAP  
securityType Optional Standard parameter for SOAP  
soapAction Optional Standard parameter for SOAP  
applicationUri Optional Standard parameter for REST  
contentType Optional Content type accepted by downstream application JSON or XML
token Optional Bearer token