XML-RPC

Applies to ReadyAPI 3.51, last modified on March 04, 2024

XML-RPC method properties relate to settings for the XML-RPC method. They derive from the definition, so you cannot edit them.

Method Editor

Right-click a method to open the Method editor.

The Method editor shows the information about the XML-RPC method of the sent request. It includes two sections:

  • The Common Info section provides general information about the method:

    Option Description
    Name

    The method name on the server.

    Description

    The description of the operation. Does not affect the request execution.

  • The Extended Info section provides information about request parameter types and the result expected in the response:

    Option Description
    Parameters A list of parameter types that the method expects in the request separated by semicolons (;).
    Result A list of results that the method returns separated by semicolons (;).

Method Properties

You can find a list of method properties in the Properties panel.

All method properties are read-only.
Method Properties
Property Description
Description

The method description provided by the service.

Operation

The method identification provided by the service.

Type

The method type. For example, Request-Response.

ParametersCount

The number of parameters the method expects in the request.

See Also

XML-RPC APIs

Highlight search results