soap comlex data to plain xml

Ig B ig3v10 at gmail.com
Fri Aug 18 14:03:48 EDT 2006


Hi all,

would anyone give me a hint how to get SOAP data as plain XML and not as
complex data


this is sample code:

  myProxy = SOAPpy.SOAPProxy(MY_SERVICE_PATH, header = my_headers)
  query = SOAPpy.structType ()

  result = myProxy.callMyProcedure(query)

result returned as complex data, but i need plain xml text - kind of you see
when
myProxy.config.dumpSOAPIn = 1

thank you in advance.

~GB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060818/ada63266/attachment.html>


More information about the Python-list mailing list