SOAPpy - send xml data

2007-05-23 Thread marcello . lussana
Hi, I'm trying to send some xml data to a WSDL server. Here's my code: xmldata = "Test di messaggio 1 + 2 17.5.2007 12:59:53 """ SOAPpy.WSDL.Config.namespaceStyle = '2001' server = SOAPpy.WSDL.Proxy('https://www.mywdslserver.com/foo.asp?WSDL') print server.insertMessages(xmlRequ

SOAPpy - send xml data

2007-05-23 Thread marcello lussana
Hi, I'm trying to send some xml data to a WSDL server. Here's my code: xmldata = "Test di messaggio 1 + 3202181465 17.5.2007 12:59:53 """ SOAPpy.WSDL.Config.namespaceStyle = '2001' server = SOAPpy.WSDL.Proxy('https://www.oesystem.net/services/oeservice.asmx?WSDL') print server.insertMes