| | |
SOAP Web Services with WSDL
Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
•
•
Join Date: Nov 2008
Posts: 58
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
Python Syntax (Toggle Plain Text)
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
- 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
| Thread Tools | Search this Thread |
abrupt ansi anti approximation assignment avogadro backend beginner binary bluetooth calculator character cmd code customdialog cx-freeze data decimals dictionaries dictionary drive dynamic error examples exe file float format function gnu graphics gui heads homework http ideas import input java launcher leftmouse line linux list lists logging loop module mouse number numbers output parsing path pointer port prime programming progressbar projects push py2exe pygame pyqt python random recursion schedule screensaverloopinactive script scrolledtext sqlite statistics stdout string strings sudokusolver sum table terminal text thread threading time tkinter tlapse tricks tuple tutorial twoup ubuntu unicode urllib urllib2 variable wikipedia windows write wxpython xlib





