UPSPLD0200SendResponse
Group |
|
Class Name |
com.ebd.hub.datawizard.customresp.UPSPLD0200SendResponse |
Function |
This class allows you to send PLD files to UPS and forward the response data to a subsequent profile. |
Configuration File |
sample_ups_pld.properties |
Description
This class allows you to send PLD files to UPS and forward the response data to a subsequent profile.
Note: The productive UPS system is reachable via round robin DNS, so if you need to explicitly unlock IP addresses in your firewall, all concerned IP addresses have to be unlocked.
Parameter Description
url |
The URL to be connected to and send the PLD file to. The default is the URL of the UPS PLD Certification Tool. |
user |
The user for the login. |
passwd |
Password for the login. |
reportprofile.name |
Name of the following profile that shall process the returned data. If nothing is set, there will be no processing. |
reportprofile.context |
(optional) The context for the following profile. Default: System |
reportprofile.queue |
(optional) The queue for the following profile. Default: DWForwardReceiver |
reportprofile.msgType |
(optional) Message type. Allowed values are a for asynchronous, s for synchronous, and p for persistent. Default: s |
warningIsError |
(optional) If true, warnings in the response will be interpreted as errors. Default: true |
Example
# The URL to be connected to and send the PLD file to. Default is the URL of the UPS PLD Certification Tool.
#url=
# Login credentials
user=username
passwd=passwd
# Name of the profile to be started for processing the returned result.
# If no name is specified, no subsequent profile will be started.
#reportprofile.name = UPS Response Processor
# Context to be used for the start of the profile (Default: System).
#reportprofile.context = System
# Queue to be used for the start of the profile (Default: DWForwardReceiver).
#reportprofile.queue = DWForwardReceiver
# Type of the message to be used to start the subsequent profile.
# Use
# a for asynchronous
# s for synchronous
# p for persistent.
# Default is s.
#reportprofile.msgType = s
# Specify if warnings in the response should be regarded as errors (Default: true).
#warningIsError = true