Fix get and get-config ordering for netconf-mdsal
[controller.git] / opendaylight / netconf / mdsal-netconf-connector / src / test / resources / messages / mapping / editConfigs / editConfig_merge_multiple_keys_1_control.xml
1 <!--
2   ~ Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
3   ~
4   ~ This program and the accompanying materials are made available under the
5   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
6   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
7   -->
8
9 <rpc-reply id="a" a="64" xmlnx="a:b:c:d" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
10     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
11         <mapping-nodes xmlns="urn:opendaylight:mdsal:mapping:test">
12             <multiple-keys>
13                 <key3>3</key3>
14                 <key1>1</key1>
15                 <key2>2</key2>
16                 <value2>22</value2>
17                 <value1>11</value1>
18             </multiple-keys>
19         </mapping-nodes>
20     </data>
21 </rpc-reply>