SOAP Web Services with WSDL
Please support our Python advertiser: Programming Forums
Thread Solved
![]() |
•
•
Posts: 55
Reputation:
Solved Threads: 0
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
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()
![]() |
Similar Threads
Other Threads in the Python Forum
- I need .NET basic interview questions urgently (C#)
- VB.NET Soap Method Not Exposed (VB.NET)
- Accessing a Web Service (RSS, Web Services and SOAP)
- Java/J2EE - Jr & Sr Software Engineers (Software Development Job Offers)
- soap security (RSS, Web Services and SOAP)
- NJ: 26721 - Developer (Software Development Job Offers)
- learning php (PHP)
- SOAP & Numara Footprints (RSS, Web Services and SOAP)
- Send Me eBooks/Tutorial For XML & SOAP immediately (RSS, Web Services and SOAP)
- Help with game server, client (VB.NET)
Other Threads in the Python Forum
- Previous Thread: List Index Question
- Next Thread: Gene Sequence Problem
•
•
•
•
Views: 555 | Replies: 0 | Currently Viewing: 1 (0 members and 1 guests)





Linear Mode