Struct question (SOAPpy095)
Tom Maszerowski
tommasz at frontiernet.net
Mon Jun 4 13:29:39 EDT 2001
I am using Python 2.1, with SOAPpy095, with the Radio Userland SOAP
server. Here is some code I have:
################
import SOAP
import urlparse
import string
import types
import pprint
soapServer = SOAP.SOAPProxy(urlparse.urljoin(baseServerURL, examplesDir))
quote = soapServer.getStockPrice(symbol="AAPL")
print quote
################
This results in:
<SOAP.Struct Result at 41566444>
My question is, what is this and how do I access it? Forgive me, but
I'm new to Python.
Tom.
More information about the Python-list
mailing list