Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Anchor
1118366
1118366
The following figure illustrates the Universal Command options to execute the XD Connector operation.

Panel

Html bobswift

<pre>
-script XDSOAP_Options.txt
-script_type SERVICE
-host server1
-login YES
-userid abc
-pwd 123
</pre>

Script File

Anchor
1118397
1118397
The following figure illustrates the script file.

Panel

Html bobswift

<pre>
-protocol XDSOAP
-mep Request
-xdcmd SUBMIT
-xdcmdid 10001
-serviceurl http://wasxd-centos:
9080/LongRunningJobSchedulerWebSvcRouter/services/JobScheduler
-serviceusername abc
-servicepassword 123
-timeoutsec 120
</pre>


Note
titleNote

The script file illustrated above is the argument to the -script option for Universal Command shown in the first figure.

...

Anchor
1118441
1118441
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.

Panel

Html bobswift

<pre>
ucmd -file XDSOAP_Invoke.txt < Your_xJCL_File_Here.xml
</pre>