A command-line client that invokes any (well, most of) BioMoby service. Details are in "docs/Moses.html". Here just a list of possible options and arguments. Usage: run-service -h[elp] run-service [] or set CLASSPATH and java org.biomoby.client.BaseCmdLineClient -h[elp] java org.biomoby.client.BaseCmdLineClient [] -h[elp] where are: -noexit ... do not exit on exit -nostack ... do not print stack trace on error What service to call: -service !!! (almost)mandatory -loop -class -e -mobye -mobyuri -auth Creating (collecting) an input: -jobs ... how many jobs/queries -cols ... how many elements in a HAS relationship -xml ... take this as the whole input -name -obj -id [,...] ... IDs to use -ns [,...] ... namespaces to use -value[s] [,...] ... values to use -str [,...] ... strings to be used -int [,...] ... integers to be used -float [,...] ... floats to be used =[,...] ... article names to be set sec:=[,...] ... secondary parameters to be set -div ... a separator used in -id, -ns, -value, -str, -float, name=value (default is a comma) What to do with the collected input: -show ... show input as a string -showxml ... show input as an XML -asbytes ... input to service will be of type byte[] array What to do with the result: -noout ... do not show any results -outstr ... show results as a string -outxml ... show results as XML -o [Note: You can also use -argsfile to read arguments from a file. See details in src/Clients/help/argsfile.example.]