Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / communicationError / testClientSendsRpcReply_expectedResponse.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3     <rpc-error>
4         <error-type>protocol</error-type>
5         <error-tag>unknown-element</error-tag>
6         <error-severity>error</error-severity>
7         <error-info>
8             <bad-element>rpc-reply</bad-element>
9         </error-info>
10     </rpc-error>
11 </rpc-reply>