SOAP.py

Martin von Loewis loewis at informatik.hu-berlin.de
Wed Dec 19 06:14:03 EST 2001


Duncan Grisby <dgrisby at uk.research.att.com> writes:

> Am I barking up the wrong tree?

I think so. I just downloaded SOAP.py 0.9.7 from SF, and tried your
example literally, with Python 2.1 on Solaris, and got a reply of

<SOAP-ENV:Body>
<echoResponse SOAP-ENC:root="1">
<Result xsi:type="xsd:string">Hello Duncan</Result>
</echoResponse>
</SOAP-ENV:Body>

In turn, .echo in the client would return with a string of just "Hello
Duncan". Could it be that you have made further changes to your local
installation, or that you've been picking up a wrong copy of SOAP.py?

Regards,
Martin




More information about the Python-list mailing list