Title: Using XMLRPC from Delphi
Last modified: August 18, 2016

---

# Using XMLRPC from Delphi

 *  [imstream](https://wordpress.org/support/users/imstream/)
 * (@imstream)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/using-xmlrpc-from-delphi/)
 * Hi! I want to create my own XMLRPC client. But I have a some trouble…
    I test
   my client with method “wp.newCategory” and my parameters are blog_id, user name,
   user pass, and then must bea array with name, description, slug and parent_id.
   The problem in Array. How I to have to use this paremeter?
 * I use DXmlRpc package for delphi.
    See some of my code:
 *     ```
       RpcFunction := TRpcFunction.Create;
           RpcFunction.ObjectMethod := 'wp.newCategory';
           RpcFunction.AddItem(1);
           RpcFunction.AddItem('admin');
           RpcFunction.AddItem('pass');
   
       arr := TRPCArray.Create;
       arr.AddItem('name:dd');
       RpcFunction.AddItem(arr);
   
       RpcResult := RpcCaller.Execute(RpcFunction);
       ```
   
 * When I use this code, I recive error that a last paremeter(array) is not string.

Viewing 1 replies (of 1 total)

 *  [tobsn](https://wordpress.org/support/users/tobsn/)
 * (@tobsn)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/using-xmlrpc-from-delphi/#post-593901)
 * [http://textsnippets.com/posts/show/1132](http://textsnippets.com/posts/show/1132)
 * just send the name as string.
 * wordpress developers are stupid but now they insert not working functions… how
   funny. 😉

Viewing 1 replies (of 1 total)

The topic ‘Using XMLRPC from Delphi’ is closed to new replies.

## Tags

 * [array](https://wordpress.org/support/topic-tag/array/)
 * [xmlrpc](https://wordpress.org/support/topic-tag/xmlrpc/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [tobsn](https://wordpress.org/support/users/tobsn/)
 * Last activity: [18 years, 10 months ago](https://wordpress.org/support/topic/using-xmlrpc-from-delphi/#post-593901)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
