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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to