[Contents] [Prev] [Next] [Index] [Report an Error]

Sending a Request to the JUNOScript Server

To initiate a request to the JUNOScript server, a client application emits the opening <rpc> tag, followed by one or more tag elements that represent the particular request, and the closing </rpc> tag, in that order:

<rpc> 

    <!- -tag elements representing a request- ->
</rpc>

The application encloses each request in a separate pair of opening <rpc> and closing </rpc> tags. The <rpc> tag element can occur only within the <junoscript> tag element. For an example of emitting an <rpc> tag element in the context of a complete JUNOScript session, see Example of a JUNOScript Session.

The JUNOScript server ignores any newline characters, spaces, or other white space characters that occur between tag elements in the tag stream, but does preserve white space within tag elements. For more information, see Spaces, Newline Characters, and Other White Space.

See the following sections for further information:


[Contents] [Prev] [Next] [Index] [Report an Error]