Add first work package for REST API implementation
[anna.git] / example / diameter / launcher / deployments / advanced / loadXml.sh
index 26749d5..8991e3e 100755 (executable)
@@ -1,7 +1,4 @@
 #!/bin/bash
 #!/bin/bash
-> curl_log.txt
-TRACE="--trace-ascii curl_log.txt"
-SERVER=`cat .httpServer`
 
 use () {
 
 
 use () {
 
@@ -9,7 +6,7 @@ use () {
    echo
    echo "Load xml file and show on stdout again."
    echo "It is useful to test xml loader and xml viewer, but also for show aliases and,"
    echo
    echo "Load xml file and show on stdout again."
    echo "It is useful to test xml loader and xml viewer, but also for show aliases and,"
-   echo "if '-ignoreFlags' commandline option is missing, for flag coherence checking."
+   echo "if '--ignoreFlags' commandline option is missing, for flag coherence checking."
    echo
    exit
 }
    echo
    exit
 }
@@ -18,6 +15,5 @@ echo
 [[ "$1" = "" ]] && use
 [[ ! -f "$1" ]] && { echo "ERROR: file '$1' not found" ; echo; echo; exit ; }
 echo
 [[ "$1" = "" ]] && use
 [[ ! -f "$1" ]] && { echo "ERROR: file '$1' not found" ; echo; echo; exit ; }
 echo
-operation="loadxml|$1"
-curl -m 1 --data "$operation" $TRACE ${SERVER}
+./operation.sh "loadxml|$1"