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
2017-08-15 15:49:40 +02:00

20 lines
272 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
}