DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Python (http://www.daniweb.com/forums/forum114.html)
-   -   SOAP Web Services with WSDL (http://www.daniweb.com/forums/thread156357.html)

adam291086 Nov 10th, 2008 6:51 am
SOAP Web Services with WSDL
 
Hello,

I am reading this turorial http://diveintopython.org/soap_web_s...ospection.html and i am trying to echo out all my wsdl method. I am trying to do this on my external web hosting server.

I have got the modules installed but i am getting an internal server error http://adamplowman.com/cgi-bin/test_xml.py

here is the code

from SOAPpy import WSDL
print "Content-type: text/html\n"
wsdlFile = 'http://www.adamplowman.com/sendservice.wsdl'
server = WSDL.Proxy(wsdlFile)   
server.methods.keys()


All times are GMT -4. The time now is 12:56 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC