SAFplus Runtime Director API  3.0.5
examples.xml Namespace Reference

This shows a xml-rpc client protocol for program-to-program communication. More...

Detailed Description

This shows a xml-rpc client protocol for program-to-program communication.

This example shows a xml-rpc protocol for program-to-program communication.

For example, your EMS could use this protocol (extended, of course) to control the cluster.

This is the client. The server should be started first.

For example, your EMS could use this protocol (extended, of course) to control the cluster.

For more information about the XML RPC standard, see: http://www.xmlrpc.com/

By default, this server listens to port 8001. The following URLs are available:

The companion program xmlclientexample.py can be used to query this server.