I am developing a application using webservices. I am using Soappy.
When  i tried to start reading some wsdl files from web service server then
i got the following error. Can any one please help me with this.


>>>
>>>
>>> from SOAPpy import WSDL
>>> wsdlFile = 'http://192.168.1.81/sdk/vim.wsdl'
>>> server = WSDL.Proxy(wsdlFile)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/SOAPpy/WSDL.py", line 73, in
__init__
    service = self.wsdl.services[0]
  File "/usr/lib/python2.4/site-packages/SOAPpy/wstools/Utility.py", line
1138, in __getitem__
    return self.list[key]
IndexError: list index out of range
>>>


Advance Thanks for any help.
-- 

Cheers!
Shan
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to