Re: [fw-general] XML RPC calls no longer working in 1.5, possibly due to server introspection?

2008-07-10 Thread David Edwards
Matthew Weier O'Phinney-3 wrote: -- Jake McGraw [EMAIL PROTECTED] wrote (on Wednesday, 09 July 2008, 12:19 PM -0400): I believe a lot of folks have been bit by this bug: http://framework.zend.com/issues/browse/ZF-2978 The solution is posted here:

Re: [fw-general] XML RPC calls no longer working in 1.5, possibly due to server introspection?

2008-07-10 Thread David Edwards
David Edwards wrote: Matthew Weier O'Phinney-3 wrote: -- Jake McGraw [EMAIL PROTECTED] wrote (on Wednesday, 09 July 2008, 12:19 PM -0400): I believe a lot of folks have been bit by this bug: http://framework.zend.com/issues/browse/ZF-2978 The solution is posted here:

Re: [fw-general] XML RPC calls no longer working in 1.5, possibly due to server introspection?

2008-07-10 Thread Matthew Weier O'Phinney
-- David Edwards [EMAIL PROTECTED] wrote (on Thursday, 10 July 2008, 03:50 AM -0700): David Edwards wrote: Matthew Weier O'Phinney-3 wrote: -- Jake McGraw [EMAIL PROTECTED] wrote (on Wednesday, 09 July 2008, 12:19 PM -0400): I believe a lot of folks have been bit by this bug:

Re: [fw-general] XML RPC calls no longer working in 1.5, possibly due to server introspection?

2008-07-09 Thread Jake McGraw
I believe a lot of folks have been bit by this bug: http://framework.zend.com/issues/browse/ZF-2978 The solution is posted here: http://framework.zend.com/issues/browse/ZF-2978?focusedCommentId=20489#action_20489 Doesn't work because $_lastResponse is a private member so try using this:

Re: [fw-general] XML RPC calls no longer working in 1.5, possibly due to server introspection?

2008-07-09 Thread Matthew Weier O'Phinney
-- Jake McGraw [EMAIL PROTECTED] wrote (on Wednesday, 09 July 2008, 12:19 PM -0400): I believe a lot of folks have been bit by this bug: http://framework.zend.com/issues/browse/ZF-2978 The solution is posted here:

Re: [fw-general] XML RPC calls no longer working in 1.5, possibly due to server introspection?

2008-07-09 Thread Jake McGraw
Is this still the case for the 1.5.2 release or current trunk? The indications on that bug are that it's fixed. Looking at 1.5.2, looks like this was fixed. - jake ?php /** * FIXME Use this class instead of Zend_XmlRpc_Client until bug is fixed *

RE: [fw-general] XML RPC calls no longer working in 1.5, possibly due to server introspection?

2008-07-09 Thread Robert Castley
Hi All, Using 1.5.2 (just downloaded) the issue is still not fixed. I am still getting in my XML-RPC Server log: methodCall methodNamesystem.methodSignature/methodName params param value stringcolumbusom.Enterprise/string /value /param /params /methodCall Run