RFC 3529 (rfc3529) - Page 1 of 15


Using Extensible Markup Language-Remote Procedure Calling (XML-RPC) in Blocks Extensible Exchange Protocol (BEEP)



Alternative Format: Original Text Document



Network Working Group                                          W. Harold
Request for Comments: 3529                                           IBM
Category: Experimental                                        April 2003


       Using Extensible Markup Language-Remote Procedure Calling
        (XML-RPC) in Blocks Extensible Exchange Protocol (BEEP)

Status of this Memo

   This memo defines an Experimental Protocol for the Internet
   community.  It does not specify an Internet standard of any kind.
   Discussion and suggestions for improvement are requested.
   Distribution of this memo is unlimited.

Copyright Notice

   Copyright (C) The Internet Society (2003).  All Rights Reserved.

Abstract

   XML-RPC is an Extensible Markup Language-Remote Procedure Calling
   protocol that works over the Internet.  It defines an XML format for
   messages that are transfered between clients and servers using HTTP.
   An XML-RPC message encodes either a procedure to be invoked by the
   server, along with the parameters to use in the invocation, or the
   result of an invocation.  Procedure parameters and results can be
   scalars, numbers, strings, dates, etc.; they can also be complex
   record and list structures.

   This document specifies a how to use the Blocks Extensible Exchange
   Protocol (BEEP) to transfer messages encoded in the XML-RPC format
   between clients and servers.

Table of Contents

   1.  Introduction . . . . . . . . . . . . . . . . . . . . . . . .  2
   2.  BEEP Profile Identification  . . . . . . . . . . . . . . . .  2
       2.1  Profile  Initialization . . . . . . . . . . . . . . . .  3
   3.  XML-RPC Message Packages . . . . . . . . . . . . . . . . . .  4
   4.  XML-RPC Message Exchange . . . . . . . . . . . . . . . . . .  5
   5.  URL Schemes  . . . . . . . . . . . . . . . . . . . . . . . .  5
       5.1  The xmlrpc.beep URL Scheme. . . . . . . . . . . . . . .  5
            5.1.1 Resolving IP/TCP Address  Information . . . . . .  6
       5.2  The xmlrpc.beeps URL Scheme . . . . . . . . . . . . . .  7
   6.  Initial Registrations  . . . . . . . . . . . . . . . . . . .  9
       6.1  Registration: The XML-RPC Profile . . . . . . . . . . .  9
       6.2  Registration: The xmlrpc.beep URL Scheme. . . . . . . .  9



Harold                        Experimental