XD Connector Request-Reply Operation - Usage
Usage of the Universal Command Agent for SOA: XD Connector is via the Universal Command Manager, with command input coming from a script file specified with the SCRIPT_FILE option.
Universal Command Options
The following figure illustrates the Universal Command options to execute the XD Connector operation.
-script XDSOAP_Options.txt
-script_type SERVICE
-host server1
-login YES
-userid abc
-pwd 123
Script File
The following figure illustrates the script file.
-protocol XDSOAP
-mep Request
-xdcmd SUBMIT
-xdcmdid 10001
-serviceurl http://wasxd-centos:
9080/LongRunningJobSchedulerWebSvcRouter/services/JobScheduler
-serviceusername abc
-servicepassword 123
-timeoutsec 120
info
The script file illustrated above is the argument to the -script option for Universal Command shown in the first figure.
Command File
The command options shown in the first figure can be saved in a file and invoked with Universal Command via the -file (COMMAND_FILE_PLAIN) option, as shown in the following figure.
ucmd -file XDSOAP_Invoke.txt < Your_xJCL_File_Here.xml