[wp-xmlrpc] Extend xml-rpc

Frank Rust frust at iti.cs.tu-bs.de
Tue Sep 25 19:12:53 UTC 2012


Am Dienstag, den 25.09.2012, 14:50 +0200 schrieb Alexander Concha:
> On Tue, Sep 25, 2012 at 2:08 PM, Frank Rust <frust at iti.cs.tu-bs.de> wrote:
> > Hi there.
> >
> > I'm running WP 3.4.2 (german).
> > The plugin is activated, other functions are working well.
> > And now when trying to call that 'demo.multiplyTwoNumbers' I get the
> > answer faultCode: -32601
> > faultString: server error. requested method  does not exist.
> 
> Looking at the error message, it looks like your XML RPC client is not
> correctly calling the 'demo.multiplyTwoNumbers' method. The error
> message includes the method being called, i.e. server error. requested
> method METHOD_NAME does not exist.
> _______________________________________________
> wp-xmlrpc mailing list
> wp-xmlrpc at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-xmlrpc

Now I've got the solution. First, you are right, the calling program did
something wrong. 

After fixing that another fault was caused by the multi-site install:
if the ($current_site->domain != $_SERVER[ 'HTTP_HOST' ]) a redirect is
started and the xmlrpc call fails. 

Thanks for your help!




 
-- 
------------------------------------------------------------------------
Frank Rust                          Institut für Theoretische Informatik
Fon: 0531 3919525               Technische Universität Carolo-Wilhelmina
Fax: 0531 3919529                              Mühlenpfordtstrasse 22-23
Mail: f.rust at tu-bs.de                               D-38106 Braunschweig



More information about the wp-xmlrpc mailing list