build_method_response


Description:


[ Version ( deprecated = true ) ]
public string? build_method_response (Value value)

Warning: build_method_response is deprecated.

This creates a (successful) XML-RPC methodResponse and returns it as a string.

Note:

Use build_response instead.

To create a fault response, use build_fault.

The glib type to XML-RPC type mapping is as with build_method_call , qv.

Parameters:

value

the return value

Returns:

the text of the methodResponse, or null on error


Namespace: Soup.XMLRPC
Package: libsoup-2.4