request_new


Description:

[ CCode ( sentinel = "G_TYPE_INVALID" ) ]
[ Version ( deprecated = true ) ]
public Message request_new (string uri, string method_name, ...)

Warning: request_new is deprecated.

Creates an XML-RPC methodCall and returns a Message, ready to send, for that method call.

Note:

Use message_new instead.

The parameters are passed as type/value pairs; ie, first a Type, and then a value of the appropriate type, finally terminated by INVALID.

Parameters:

uri

URI of the XML-RPC service

method_name

the name of the XML-RPC method to invoke at uri

...

parameters for method

Returns:

a Message encoding the indicated XML-RPC request.


Namespace: Soup.XMLRPC
Package: libsoup-2.4