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
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