summaryrefslogtreecommitdiffstats
path: root/axiom/test/resources/xml/soap/wrongEnvelopeNamespace.xml
diff options
context:
space:
mode:
Diffstat (limited to 'axiom/test/resources/xml/soap/wrongEnvelopeNamespace.xml')
-rw-r--r--axiom/test/resources/xml/soap/wrongEnvelopeNamespace.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/axiom/test/resources/xml/soap/wrongEnvelopeNamespace.xml b/axiom/test/resources/xml/soap/wrongEnvelopeNamespace.xml
new file mode 100644
index 0000000..ff81835
--- /dev/null
+++ b/axiom/test/resources/xml/soap/wrongEnvelopeNamespace.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<soap:Envelope
+xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
+soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
+
+ <soap:Body xmlns:m="http://www.stock.org/stock">
+ <m:GetStockPrice>
+ <m:StockName>IBM</m:StockName>
+ </m:GetStockPrice>
+ </soap:Body>
+
+</soap:Envelope> \ No newline at end of file