summaryrefslogtreecommitdiffstats
path: root/test/resources/xml/soap/sample1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/xml/soap/sample1.txt')
-rw-r--r--test/resources/xml/soap/sample1.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/resources/xml/soap/sample1.txt b/test/resources/xml/soap/sample1.txt
new file mode 100644
index 0000000..a5f7560
--- /dev/null
+++ b/test/resources/xml/soap/sample1.txt
@@ -0,0 +1,12 @@
+POST /axis/services/EchoService HTTP/1.1
+Host: 127.0.0.1
+Content-Type: application/soap+xml; charset="utf-8"
+
+<?xml version='1.0' ?>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
+ <env:Header>
+ </env:Header>
+ <env:Body>
+ <axis2:echoVoid xmlns:axis2="http://ws.apache.org/axis2" ></axis2:echoVoid>
+ </env:Body>
+</env:Envelope> \ No newline at end of file