} []Przykładowy kod Przykład wysłania zapytania do

!blogi.isEmpty { for Iterator i=blogi.iterator; i.hasNext; { Hashtable blog = Hashtable i.next; System.out.printlnblog.get"blogid"+", "+blog.get"url"+", "+blog.get"blogName"; } } } catch MalformedURLException e { e.printStackTrace; } catch XmlRpcException e { e.printStackTrace; } catch IOException e { e.printStackTrace; } []Przykładowy kod Przykład wysłania zapytania do XMLRPC przy użyciu cURL Client URL z lini poleceń: # curl -H "text/xml" --data-binary @/plik.xml http://www.blox.pl/xmlrpc []Przykład w PHP: metaWeblog.ne ost RPC.php możemy wziąć z paczki PEAR/XML_RPC require_once"RPC.php"; $post_payload['title']=new XML_RPC_Value$title, 'string'; $post_payload['description']=new XML_RPC_Valuestripslashes$post, 'string'; $params = array new XML_RPC_Value$blog_id, 'string', new XML_RPC_Value$this->login, 'string', new XML_RPC_Value$this->password, 'string', new XML_RPC_Value$post_payload, 'struct', new XML_RPC_Value'1','boolean' ; $msg = new