summaryrefslogtreecommitdiffstats
path: root/test/resources/xml/om/message.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/xml/om/message.xml')
-rw-r--r--test/resources/xml/om/message.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/resources/xml/om/message.xml b/test/resources/xml/om/message.xml
new file mode 100644
index 0000000..3b81df2
--- /dev/null
+++ b/test/resources/xml/om/message.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<message>
+ <header>
+ <service>lookupformservice</service>
+ <connectionid>9</connectionid>
+ <appid>stammdaten</appid>
+ <action>new</action>
+ </header>
+ <body>
+ <data>
+ <items>
+ <item>
+ <name>iteminfo</name>
+ <value>ELE</value>
+ </item>
+ <item>
+ <name>parentinfo</name>
+ <value>Pruefgebiete</value>
+ </item>
+ <item>
+ <name>id</name>
+ <value>1</value>
+ </item>
+ </items>
+ </data>
+ </body>
+</message>