ON THIS PAGE
<rpc>
Usage
<junoscript>
<rpc [attributes]>
<!-- tag elements in a request from a client application -->
</rpc>
</junoscript>Description
Enclose all tag elements in a request generated by a client application.
Attributes
(Optional) One or more attributes of the form attribute-name="value".
A client application can use <rpc> attributes to associate
requests and responses by assigning a unique attribute value in the opening
<rpc> tag. The Junos XML protocol server echoes the
attribute unchanged in its opening <rpc-reply> tag, making it
simple to map the response to the initiating request.
The xmlns:junos attribute name
is reserved. The Junos XML protocol server sets the attribute to an
appropriate value on the opening <rpc-reply> tag, so client applications must not emit it on the opening <rpc> tag.