StreamServe I/O Delegator > Running I/O Delegator > Running I/O Delegator in service request mode > Running I/O Delegator

Running I/O Delegator
I/O Delegator can be run from a command prompt in the directory where strsIoDelegator.exe is located. The command to run I/O Delegator includes several arguments. See I/O Delegator arguments.
Windows command to run I/O Delegator in service request mode
StrsIODelegator -servicerequestmode <argument2>...<argumentN>
UNIX command to run I/O Delegator in service request mode
./StreamServe StrsIODelegator -servicerequestmode <argument2>...<argumentN>
Examples
Example 1
This command submits input data from StdIn to the service named myService.
I/O Delegator exits without waiting for the job to complete.
StrsIODelegator -servicerequestmode -url http://localhost:2718 
-servicename myService -submittype FireAndForget
 
Example 2
This command submits input data from the file in.txt to the service named myService. I/O Delegator waits for the response and stores each received document as a separate file in the output directory out.
StrsIODelegator -servicerequestmode -url http://localhost:2718 
-servicename myService -submittype FireAndWaitResult -input in.txt -outputdir out
 
OpenText StreamServe 5.6 Updated: 2013-03-01