Interprocess Communication Part IV Flashcards
This defines the elements and attributes that can appear in a document, how the elements are nested and the order and number of elements, and whether an element is empty or can include text.
An XML Schema
This is a set of names for a collection of element types and attributes that is referenced by a URL.
An XML namespace
This protocol is based on a trio of communication primitives: doOperation, getRequest and sendReplay.
The request-replay protocol
This scheme involves the management of messages and requires that each message have a unique element by which it may be referenced.
Message Identifiers
Every XML document must have this as its first line and must at least specify the version of XML in use (which is currently 1.0).
A prolog
They are a simple list of types - content structs and arrays are the most complex types available
XML - RPC parameters
This uses HTTP protocol to pass information from a client computer to a server computer and uses a small XML vocabulary to describe the nature of request and responses
XML - RPC
This specifies a procedure name and parameters in the XML request, and the server either returns a fault or a respond in the XML respond
XML - RPC Client
As it names indicates, it is a mechanism to call a procedure or a function available on a remote computer
RPC