1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/ulib/inp/method_file.tmpl
2015-01-23 17:24:36 +01:00

20 lines
270 B
Cheetah

# method_file.tmpl - example for SOAP services
Sezione di configurazione
{
INPUT stdin
}
Example_1
{
METHOD_NAME example
ENVIRONMENT "VAR_1=VALUE_1 \
\"VAR_2=VALUE 2\""
COMMAND "sh -c \
\"env | grep VAR_\""
RESPONSE_TYPE standard_output
}