Initial code drop of netconf protocol implementation
[netconf.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / communicationError / testRpcWithoutMessageId_expectedResponse.xml
diff --git a/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/communicationError/testRpcWithoutMessageId_expectedResponse.xml b/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/communicationError/testRpcWithoutMessageId_expectedResponse.xml
new file mode 100644 (file)
index 0000000..c28b93d
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+    <rpc-error>
+        <error-type>rpc</error-type>
+        <error-tag>missing-attribute</error-tag>
+        <error-severity>error</error-severity>
+        <error-info>
+            <bad-attribute>message-id</bad-attribute>
+            <bad-element>rpc</bad-element>
+        </error-info>
+    </rpc-error>
+</rpc-reply>
\ No newline at end of file