A beginer question about SOAP and Python: <SOAPpy.Types.structType HashStringResponse at 23909440>:

J

Jim

Hi all,

I am new to SOAP and Python. I am practicing
learning SOAP with Python. I sent a request
and I got the following response:

<SOAPpy.Types.structType HashStringResponse
at 23909440>: {}


What does that mean? and how can I print the
result hash string ?

Please reply to the group.

Thanks for your help.
Jim.
 
B

bruno modulix

Jim said:
Hi all,

I am new to SOAP and Python. I am practicing
learning SOAP with Python. I sent a request
and I got the following response:

<SOAPpy.Types.structType HashStringResponse
at 23909440>: {}


What does that mean?

Seems like you've got a SOAPpy.Types.structType instance that is named
HashStringResponse, that is located at memory address 23909440, and that
looks like an empty dict.
and how can I print the
result hash string ?

I don't know. I've never played with SOAP, so I don't even know if this
(HashStringResponse) is part of the standard SOAP api or if it's
specific to the service you're calling.

Did you look at the SOAPpy api for the description of Types.structType ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top