import SOAPpy
from SOAPpy import WSDL
if __name__ == '__main__':
#SOAPpy.Config.debug = 1
url = '???'
server =
#print server.methods.keys()
#returns: [u'Echo']
### OUTPUT BELOW
:
File "test_api.py", line 12, in <module>
File "/usr/lib/pymodules/python2.6/SOAPpy/Client.py", line 470, in __call__
return
File "/usr/lib/pymodules/python2.6/SOAPpy/Client.py", line 492, in __r_call
self.__hd, self.__ma)
File "/usr/lib/pymodules/python2.6/SOAPpy/Client.py", line 363, in __call
config = self.config)
File "/usr/lib/pymodules/python2.6/SOAPpy/Client.py", line 187, in call
File "/usr/lib/python2.6/httplib.py", line 892, in endheaders
File "/usr/lib/python2.6/httplib.py", line 764, in _send_output
File "/usr/lib/python2.6/httplib.py", line 723, in send
File "/usr/lib/python2.6/httplib.py", line 704, in connect
self.timeout)
File "/usr/lib/python2.6/socket.py", line 500, in create_connection
for res in :
socket.gaierror: Name or service not known
python
|
This entry was posted on 2:10 AM and is filed under
python
. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
0 comments: