#!/bin/sh -e

host=localhost
port=8080

echo "host = ${host}"
echo "port = ${port}"

./http-darumaClient -h "${host}" -p "${port}" --debug 0-RegisterFeatureType.input.xml
./http-darumaClient -h "${host}" -p "${port}" --debug 1-Transaction-Insert.input.xml
./http-darumaClient -h "${host}" -p "${port}" --debug 2-GetFeature-all.input.xml
./http-darumaClient -h "${host}" -p "${port}" --debug 3-GetFeature-foo.input.xml
