Title: requested method X does not exist.
Last modified: August 22, 2016

---

# requested method X does not exist.

 *  [Kyle R](https://wordpress.org/support/users/kyle-r/)
 * (@kyle-r)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/requested-method-x-does-not-exist/)
 * I am using this combined with the XML RPC client: [http://letrunghieu.github.io/wordpress-xmlrpc-client/](http://letrunghieu.github.io/wordpress-xmlrpc-client/)
 * I have set my namespace in the wordpress settings to “kyle”
 * When trying to make a call, I am getting the following response:
 * `[faultString] => server error. requested method kyle.getPosts does not exist.`
 * But if I change “kyle” to “wp” it works fine.
 * I am trying to integrate XML RPC in to another website so that we can create 
   users, using “kyle.create_user” provides the same error.
 * Am I missing something? Or is this plugin broken with WordPress 4.0?
 * [https://wordpress.org/plugins/extended-xml-rpc-api/](https://wordpress.org/plugins/extended-xml-rpc-api/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [michaelgrosser](https://wordpress.org/support/users/michaelgrosser/)
 * (@michaelgrosser)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/requested-method-x-does-not-exist/#post-5303008)
 * Hi,
    I have not yet tested with WordPress 4.0. It’s possible it’s a conflict 
   with something 4.0-related.
 * I will be testing for 4.0 compatibility in the near future.
 *  Thread Starter [Kyle R](https://wordpress.org/support/users/kyle-r/)
 * (@kyle-r)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/requested-method-x-does-not-exist/#post-5303129)
 * Any idea when you will get chance to update or if I can pay you to fix it? I’m
   really looking to create users via the XML RPC.
 *  [b0rman](https://wordpress.org/support/users/b0rman/)
 * (@b0rman)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/requested-method-x-does-not-exist/#post-5303245)
 * 4.1 same problem 🙁
 *  [b0rman](https://wordpress.org/support/users/b0rman/)
 * (@b0rman)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/requested-method-x-does-not-exist/#post-5303246)
 * My bad 🙂
 * Read readme.txt 🙂
    Correct usage: $data = array($wp_username, $wp_password,’
   wp_create_user’, array( ‘tester’, ‘123123’, ‘test@test.ru’ )); $client->query(‘
   eapi.callWpMethod’, $data); $user_id = $client->getResponse();

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘requested method X does not exist.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/extended-xml-rpc-api.svg)
 * [Extended API](https://wordpress.org/plugins/extended-xml-rpc-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/extended-xml-rpc-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/extended-xml-rpc-api/)
 * [Active Topics](https://wordpress.org/support/plugin/extended-xml-rpc-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/extended-xml-rpc-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/extended-xml-rpc-api/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [b0rman](https://wordpress.org/support/users/b0rman/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/requested-method-x-does-not-exist/#post-5303246)
 * Status: not resolved