You would probably get more responses on the pywebsvcs mailing list
http://pywebsvcs.sf.net
SOAP goes over HTML, so you can use httplib to do what you want. Just go look
up the protocol details (hint use Google). You will probably want to use ZSI
or SOAPpy to serialize the request body to xml f
Hi all,would anyone give me a hint how to get SOAP data as plain XML and not as complex datathis 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 pla