Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.063 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; '21,': 0.07; 'instance.': 0.09; 'subject: \n ': 0.16; 'subject:array': 0.16; 'subject:object': 0.16; 'subject:type': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'error.': 0.21; "i'd": 0.22; 'pass': 0.25; 'tried': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'looks': 0.26; 'am,': 0.27; 'chris': 0.28; 'error': 0.30; 'getting': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'from:addr:googlemail.com': 0.35; 'something': 0.35; 'but': 0.36; 'wanted': 0.36; 'received:74.125': 0.36; 'should': 0.36; 'subject:: ': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'telling': 0.61; 'provide': 0.62; 'skip:n 10': 0.63; '2013': 0.84; 'dict,': 0.84; 'subject:skip:S 20': 0.91; 'url:open': 0.96 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=16pTsK8Zbnfy+XIDLlkga819uEPgl0PfC5ATawpCMzE=; b=gfi4fAhlfgDOMX7/LiYM3wxIRsnKD1nLf/I8bMusrAVM8W+FB4gO49MFdArEhUACBq lKHj3ANChVQEejFAKUpiuDBK9mG+cV3uEvJXLvpIAU8hQdB69YIwGwjL9uyG53g4R1JV uIIxbN7tPc13NWqVU3F40S3rByaMBjBYyz2GTlxcQP7PnW/piOWEFOPLsLT6iMpXBZwn jmHJruzVT9MpnMMVo4aQhUbBPsSUH7edg5Np0FvUiWKQE30jTD+Ndt8RKKgzqovAkcky FHFfBV9QJMNwua/3d5z4Z8Jh72KcrjXwTVI4o58BQz9KhWBYt1QrIyrM6icoSgx+YVB2 9qZQ== X-Received: by 10.14.1.130 with SMTP id 2mr14647060eed.15.1364045599063; Sat, 23 Mar 2013 06:33:19 -0700 (PDT) Date: Sat, 23 Mar 2013 14:33:17 +0100 From: Tamer Higazi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130309 Thunderbird/17.0.4 MIME-Version: 1.0 To: python-list@python.org Subject: Re: SOAPpy.Types.faultType: Cannot use object of type stdClass as array References: <514A0898.4000807@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364045607 news.xs4all.nl 6921 [2001:888:2000:d::a6]:40799 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41731 Hi Chris! thanks.... But I am about of going nuts.... I did everything according their sample: http://kasapi.kasserver.com/dokumentation/?open=soap and wanted to accomplish it in python! If I pass a dict, I get the error telling me, this nonsense..... What should I do?! I even tried it in "suds" instead of soappy, and I am not getting further. Tamer Am 21.03.2013 17:21, schrieb Chris Angelico: > On Thu, Mar 21, 2013 at 6:06 AM, Tamer Higazi wrote: >> SOAPpy.Types.faultType: > 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 >