SOAPpy.Types.faultType: Cannot use object of type stdClass as array

Chris Angelico rosuav at gmail.com
Thu Mar 21 12:21:04 EDT 2013


On Thu, Mar 21, 2013 at 6:06 AM, Tamer Higazi <th982a at googlemail.com> wrote:
> SOAPpy.Types.faultType: <Fault SOAP-ENV:Server: Cannot use object of
> type stdClass as array>

stdClass looks like a PHP error. Check out the server's requirements;
perhaps you need to provide something as a list that you're providing
as a dict, or something. I'd look at that loginData, for instance.

ChrisA



More information about the Python-list mailing list