Support » Plugin: Extended API » server error. requested method callWpMethod does not exist.

  • Resolved tkmedia

    (@tkmedia)


    Probably something obvious

    getting server error. requested method callWpMethod does not exist.
    When submitting the following

    <?xml version=”1.0″ encoding=”UTF-8″?><methodCall><methodName>callWpMethod</methodName><params><param><value><string>admin</string></value></param><param><value><string>pass</string></value></param><param><value><string>get_post</string></value></param><param><value><array><data><value><int>47</int></value></data></array></value></param></params></methodCall>

    any help would be appreciated

    thanks

    Tim

    http://wordpress.org/extend/plugins/extended-xml-rpc-api/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tkmedia

    (@tkmedia)

    changing the method name to include extapi. seemed to do the trick

    <methodName>extapi.callWpMethod</methodName>

    Tim

    Plugin Author michaelgrosser

    (@michaelgrosser)

    Glad you got it sorted. Please feel free to let me know if you run into any other difficulty.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘server error. requested method callWpMethod does not exist.’ is closed to new replies.