943,853 Members | Top Members by Rank

Ad:
  • Python Discussion Thread
  • Marked Solved
  • Views: 901
  • Python RSS
Nov 10th, 2008
0

SOAP Web Services with WSDL

Expand Post »
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

Python Syntax (Toggle Plain Text)
  1. from SOAPpy import WSDL
  2. print "Content-type: text/html\n"
  3. wsdlFile = 'http://www.adamplowman.com/sendservice.wsdl'
  4. server = WSDL.Proxy(wsdlFile)
  5. server.methods.keys()
Similar Threads
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
adam291086 is offline Offline
61 posts
since Nov 2008

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Python Forum Timeline: List Index Question
Next Thread in Python Forum Timeline: Gene Sequence Problem





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC