You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.
suds is a lightweight SOAP python client for consuming Web Services.
Sample Test
1 from suds.client import Client 2 url = 'http://192.168.2.1/tlkserverdld/ws.asmx?wsdl' 3 client = Client(url) 4 print( client.service.Add(5,6) )