Title: [Plugin: Extended API] Extended API (XML RPC)
Last modified: August 19, 2016

---

# [Plugin: Extended API] Extended API (XML RPC)

 *  Resolved [TrevorNet](https://wordpress.org/support/users/trevornet/)
 * (@trevornet)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/extended-api-xml-rpc/)
 * In a word – HOW?
 * Every time I try to make a remote call, I get the same error:
    `faultCode -32601
   faultString server error. requested method [indert method name] does not exist.`
 * I grabbed code off of a tutorial site and tried to go from there:
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com)]_
 * This seems like a great resource to have.
 * [http://wordpress.org/extend/plugins/extended-xml-rpc-api/](http://wordpress.org/extend/plugins/extended-xml-rpc-api/)

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

 *  Thread Starter [TrevorNet](https://wordpress.org/support/users/trevornet/)
 * (@trevornet)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/extended-api-xml-rpc/#post-1809422)
 * [http://wordpress.pastebin.com/kZsKYKQL](http://wordpress.pastebin.com/kZsKYKQL)
 * For the lack of response and documentation, it looks like I will be creating 
   my own XML-RPC: Add user, edit user, user information, blog,… 🙁
 *  [cce_](https://wordpress.org/support/users/cce_/)
 * (@cce_)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/extended-api-xml-rpc/#post-1809500)
 * I had some trouble getting it working too, so I ended up hacking the plugin source
   in a couple places (grabbing the $params and using call_user_function_array).
 * Take a look at my slightly-forked version in [https://gist.github.com/755930](https://gist.github.com/755930)
 * As for calling the API, my Python XML-RPC client calls callWpMethod from where
   it seems to be exported, in the “wpext” namespace (like “wp.” or “metaWeblog.”),
   so in Python that’s something like server.wpext.callWpMethod(user, password, ‘
   get_post_custom’, [5067]).
 * Hope this helps!
 *  Plugin Author [michaelgrosser](https://wordpress.org/support/users/michaelgrosser/)
 * (@michaelgrosser)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/extended-api-xml-rpc/#post-1809502)
 * Hi All,
    Sorry, WordPress doesn’t email me when these things are posted, so I
   never saw these due to being swamped with work over the past few months. I’ve
   got fixes for all of these problems that I’ll be committing to WordPress shortly.
 * Please feel free to contact me directly if you need any help or assistance. Thanks!

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

The topic ‘[Plugin: Extended API] Extended API (XML RPC)’ 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/)

 * 3 replies
 * 3 participants
 * Last reply from: [michaelgrosser](https://wordpress.org/support/users/michaelgrosser/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/extended-api-xml-rpc/#post-1809502)
 * Status: resolved