Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.98 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
WSDL NOTES: Release 0.9.9 and later include logic for dealing with web service description language (WSDL) files. - SOAPpy.WSDL provides a SOAP Proxy object that parses a WSDL file and provides access to the listed services: url = 'http://www.xmethods.org/sd/2001/TemperatureService.wsdl' zip = '01072' proxy = SOAPpy.WSDL.Proxy(url) temp = proxy.getTemp(zip) print 'Temperature at', zip, 'is', temp - On the server, you can allow the client to download the WSDL for a service by sending a request of the form by adding a do_GET method to the SOAPRequestHandler. [Not yet working when debug=FALSE. Add example here when working] $Id: WSDL.txt,v 1.2 2005/02/21 20:09:34 warnes Exp $