Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41732 > unrolled thread
| Started by | Dave Angel <davea@davea.name> |
|---|---|
| First post | 2013-03-23 09:51 -0400 |
| Last post | 2013-03-23 09:51 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: SOAPpy.Types.faultType: Cannot use object of type stdClass as array Dave Angel <davea@davea.name> - 2013-03-23 09:51 -0400
| From | Dave Angel <davea@davea.name> |
|---|---|
| Date | 2013-03-23 09:51 -0400 |
| Subject | Re: SOAPpy.Types.faultType: Cannot use object of type stdClass as array |
| Message-ID | <mailman.3636.1364046705.2939.python-list@python.org> |
On 03/23/2013 09:33 AM, Tamer Higazi wrote: > 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! Isn't there an API on Python SOAPpy published somewhere? Wild guess, but perhaps the 1800 should have been '1800' php blurs the distinction between numbers and strings, and maybe the dict values are supposed to be all strings. > > 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 <th982a@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 >> > -- DaveA
Back to top | Article view | comp.lang.python
csiph-web