This is the command arcwsrf that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
arcwsrf - run WSRF query against service
DESCRIPTION
The arcwsrf command issues WSRF resource property query to service specified by its URL.
SYNOPSIS
arcwsrf [options] service_url [query]
OPTIONS
-h, --help Show help options
-p, --property=[-]name Request for specific Resource Property
-t, --timeout=seconds timeout in seconds (default 20)
-z, --conffile=filename configuration file (default ~/.arc/client.conf)
-d, --debug=debuglevel FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
-v, --version print version information
-p, --property
request specific Resource Property.
-t, --timeout=seconds
timeout in seconds (default 20)
-z, --conffile=filename
configuration file (default ~/.arc/client.conf)
-d, --debug=debuglevel
FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
-v, --version
print version information
-?, --help
print help
ARGUMENTS
service_url
URL of service to which request is sent
query query expression (usually XPath) to be sent
EXTENDED DESCRIPTION
The arcwsrf send WSRF query to specified service URL and prints response. If query is
provided this query is sent to service. Otherwise request for whole information document
or for selected properties (if -p options are specified) is made.
Use arcwsrf online using onworks.net services