Running a SOAP Webservice without a library
November 23, 2009
This is an example of some Python code to run a SOAP webservice, without using a SOAP library. It takes raw XML (I generated this from the WSDL by using OxygenXML editor) and then uses HTTP to send it across to the service.
Call code
lXml = """ <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> …