Overriding RA Web Service Agent Job Attributes
You can read and set the specific attributes of RA Web Service Agent Jobs by using the script elements GET_ATT and :PUT_ATT.
Job attributes are case-sensitive.
REST RA Web Service Agent
Job Fields
General Panel
Field | XML Name | Available Values |
---|---|---|
Connection | restConnection | Text |
Write Response to Job Log | responseToJobLog |
|
Create Request Reports | requestReports |
|
Create Response Report | responseReport |
|
Connection Timeout | connectTimeout | Text |
Read Timeout | responseTimeout | Text |
Trace Performance Metrics | tracePerformance |
|
Execute cURL Command | isCurl |
|
The cURL statement | curl | Text |
URI Override | uriOverride | Text |
Definition Panel
Field | XML Name | Available Values |
---|---|---|
Resource | resource | Text |
Method | method |
|
Multi-Part Request | multiPart |
|
Media Type | request_part_0_mediaType | Text |
Choose File/Enter Data Here | request_part_0_requestDataSource |
|
File | request_part_0_file | Text |
Headers & Query Parameters Panel
Field | XML Name | Available Values |
---|---|---|
Use Job Headers Only | jobHeaders |
|
Use Job Query Parameters Only | jobQuery |
|
Definition & Parsing Panel
Field | XML Name | Available Values |
---|---|---|
Multi Part Response | multiPartResponse |
|
Path/File Name | response_part_0_file |
|
SOAP RA Web Service Agent
Job Fields
General Panel
Field | XML Name | Available Values |
---|---|---|
Connection |
webConnection | Text |
Operation |
methodName | Text |
Connection URL Endpoint |
connectionUrlField | Text |
URL Endpoint |
urlEndpoint | Text |
Output Request and Response to Log |
printResponseRequestDebug |
|
Create Raw XML SOAP Request Report |
printSOAPRequest |
|
Create Raw XML SOAP Response Report |
printSOAPResponse |
|
Attachment Handling |
attachProcessingType |
|
Output Type |
respAttachOutputType | Text |
Output Prefix |
respAttachOutputPrefix | Text |
Connection Timeout |
connectionTimeout | Text |
Read Timeout |
responseTimeout | Text |
Trace Performance Metrics |
tracePerformance |
|
Marshal the SOAP Response |
marshalSoapResponse |
|
Displaying Job Attributes for GET_ATT and :PUT_ATT Commands in the User Interface
You can display Job attributes names for Job fields to use in GET_ATT and :PUT_ATT commands in tooltips from the Automation Engine's user interface. You do this by editing -DshowXmlNames=true in the ucdj.ini file for your user interface as shown in the example below.
;command how to start the client
cmd="C:\Program Files (x86)\Java\jre7\bin\javaw" -Xmx1024m -Dsun.locale.formatasdefault=true -DshowXmlNames=true com.uc4.ucdf.UCDialogFactory -U%User%
When you displayed Job attributes for field names in the user interface, and you hover your mouse over any Job field name, the XML name is displayed. If the field already has a tooltip, the tooltip text is displayed, followed by a dash and the Job attribute name. If the field does not have an existing tooltip, the tooltip text only displays the dash and Job attribute name.