Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / org / opendaylight / controller / netconf / impl / notused / server_error_missing_attribute.xml
1 <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <rpc-error>
3         <error-type>rpc</error-type>
4         <error-tag>missing-attribute</error-tag>
5         <error-severity>error</error-severity>
6         <error-info>
7             <bad-attribute>message-id</bad-attribute>
8             <bad-element>rpc</bad-element>
9         </error-info>
10     </rpc-error>
11 </rpc-reply>