From f3db8da496a18c0c0427820ba35af0b802e56e8e Mon Sep 17 00:00:00 2001 From: Gaurav Agarwal Date: Thu, 1 Aug 2019 16:23:59 +0530 Subject: [PATCH] Adding the verification scripts. --- .../02-Client-Server/soap-example/verify/request.xml | 9 +++++++++ .../02-Client-Server/soap-example/verify/test.sh | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 code-samples/02-Client-Server/soap-example/verify/request.xml create mode 100755 code-samples/02-Client-Server/soap-example/verify/test.sh diff --git a/code-samples/02-Client-Server/soap-example/verify/request.xml b/code-samples/02-Client-Server/soap-example/verify/request.xml new file mode 100644 index 0000000..3f3578b --- /dev/null +++ b/code-samples/02-Client-Server/soap-example/verify/request.xml @@ -0,0 +1,9 @@ + + + + + Spain + + + diff --git a/code-samples/02-Client-Server/soap-example/verify/test.sh b/code-samples/02-Client-Server/soap-example/verify/test.sh new file mode 100755 index 0000000..1a783e0 --- /dev/null +++ b/code-samples/02-Client-Server/soap-example/verify/test.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +curl --header "content-type: text/xml" -d @request.xml http://localhost:8080/ws